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

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

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 | « chrome/browser/resources/help/help.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help.js
diff --git a/chrome/browser/resources/help/help.js b/chrome/browser/resources/help/help.js
index a7cb70e9a66bb662f4a6ec3ef30535d429f667b8..b538fc2d2b9084347ef31c114b37321be6353ee4 100644
--- a/chrome/browser/resources/help/help.js
+++ b/chrome/browser/resources/help/help.js
@@ -70,9 +70,11 @@ cr.define('help', function() {
$('get-help').onclick = function() {
chrome.send('openHelpPage');
};
+<if expr="pp_ifdef('_google_chrome')">
$('report-issue').onclick = function() {
chrome.send('openFeedbackDialog');
};
+</if>
this.maybeSetOnClick_($('more-info-expander'),
this.toggleMoreInfo_.bind(this));
« no previous file with comments | « chrome/browser/resources/help/help.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698