Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: chrome/browser/resources/help/help.html

Issue 23532040: Remove "Report an Issue" button from chrome://chrome in chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed CL description to be more accurate Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/help/help.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help.html
diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html
index 8e34d84863c0e7fd7c0e7e0653fe1de3f6c719c7..045d206ef57496fca9ebaa5f1d10b1cd9dce87b3 100644
--- a/chrome/browser/resources/help/help.html
+++ b/chrome/browser/resources/help/help.html
@@ -45,7 +45,9 @@
</div>
<div id="help-container">
<button id="get-help" i18n-content="getHelpWithChrome"></button>
+<if expr="pp_ifdef('_google_chrome')">
<button id="report-issue" i18n-content="reportAnIssue"></button>
+</if>
</div>
<div id="version-container">
<div i18n-content="browserVersion" dir="ltr"></div>
« no previous file with comments | « no previous file | chrome/browser/resources/help/help.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698