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

Unified Diff: chrome/browser/resources/settings/downloads_page/downloads_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
Index: chrome/browser/resources/settings/downloads_page/downloads_page.js
diff --git a/chrome/browser/resources/settings/downloads_page/downloads_page.js b/chrome/browser/resources/settings/downloads_page/downloads_page.js
index 004e99c16a4ddd5d3df2477f4393c9463554b2c8..f1d1fc68f578565751ebae4bad82fe06adf3e0d3 100644
--- a/chrome/browser/resources/settings/downloads_page/downloads_page.js
+++ b/chrome/browser/resources/settings/downloads_page/downloads_page.js
@@ -39,7 +39,7 @@ Polymer({
chrome.send('selectDownloadLocation');
},
-<if expr="chromeos">
+// <if expr="chromeos">
/**
* @param {string} path
* @return {string} The download location string that is suitable to display
@@ -56,5 +56,5 @@ Polymer({
path = path.replace(/\//g, ' \u203a ');
return path;
},
-</if>
+// </if>
});

Powered by Google App Engine
This is Rietveld 408576698