Skip to content

Commit

Permalink
Remove the "Get help with using Chromium" button on chrome://help
Browse files Browse the repository at this point in the history
This works-around a specific case of #42
  • Loading branch information
Eloston committed Sep 23, 2016
1 parent 6509e18 commit b931fff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/common/patches/patch_order
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ ungoogled-chromium/fix-building-without-one-click-signin.patch
ungoogled-chromium/enable-page-saving-on-more-pages.patch
ungoogled-chromium/disable-windows-zone-identifier.patch
ungoogled-chromium/fix-bundled-devtools.patch
ungoogled-chromium/remove-get-help-button.patch

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Removes the "Get help with using Chromium" button, which triggers a bug in another patch when domain substitution and certain other conditions are met.
# This is a workaround for a case of Issue #42. See Issue #42 for more details on this bug.

--- a/chrome/browser/resources/help/help_content.html
+++ b/chrome/browser/resources/help/help_content.html
@@ -9,7 +9,6 @@
</div>
</div>
<div id="help-container">
- <button id="get-help" i18n-content="getHelpWithChrome"></button>
<if expr="_google_chrome">
<button id="report-issue" i18n-content="reportAnIssue"></button>
</if>

0 comments on commit b931fff

Please sign in to comment.