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

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

Issue 2617823002: GRIT: put <if> and <include> behind comments in .js files to make syntactically valid JS (Closed)
Patch Set: add dep Created 3 years, 11 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.js ('k') | chrome/browser/resources/history/history.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help_page.js
diff --git a/chrome/browser/resources/help/help_page.js b/chrome/browser/resources/help/help_page.js
index 5053ff20ba111da301b7eaa36747275d4793effe..018b252a61f264d192c40f62d44315290a60dd21 100644
--- a/chrome/browser/resources/help/help_page.js
+++ b/chrome/browser/resources/help/help_page.js
@@ -94,11 +94,11 @@ cr.define('help', function() {
$('get-help').onclick = function() {
chrome.send('openHelpPage');
};
-<if expr="_google_chrome">
+// <if expr="_google_chrome">
$('report-issue').onclick = function() {
chrome.send('openFeedbackDialog');
};
-</if>
+// </if>
this.maybeSetOnClick_($('more-info-expander'),
this.toggleMoreInfo_.bind(this));
« no previous file with comments | « chrome/browser/resources/help/help.js ('k') | chrome/browser/resources/history/history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698