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

Unified Diff: chrome/browser/resources/uber/uber_frame.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/uber/uber_frame.js
diff --git a/chrome/browser/resources/uber/uber_frame.js b/chrome/browser/resources/uber/uber_frame.js
index cf3f3a43279272de0ac97dd909985089a95dc4be..c815d4c2c6ed9add92e642cd0d66bef2fefbd756 100644
--- a/chrome/browser/resources/uber/uber_frame.js
+++ b/chrome/browser/resources/uber/uber_frame.js
@@ -7,8 +7,8 @@
// in an iframe. Iframes can be layered on top of each other, but not mixed in
// with page content, so all overlapping content on uber must be framed.
-<include src="../../../../ui/webui/resources/js/util.js">
-<include src="uber_utils.js">
+// <include src="../../../../ui/webui/resources/js/util.js">
+// <include src="uber_utils.js">
cr.define('uber_frame', function() {
« no previous file with comments | « chrome/browser/resources/settings/settings_ui/settings_ui.js ('k') | components/chrome_apps/webstore_widget/app/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698