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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.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/chromeos/login/oobe_screen_oauth_enrollment.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
index 388175e5e026d206adc62f83e4b8941464789563..60c0c314c39020b9c51840b7e402cabc28c96a56 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
@@ -6,7 +6,7 @@ login.createScreen('OAuthEnrollmentScreen', 'oauth-enrollment', function() {
/* Code which is embedded inside of the webview. See below for details.
/** @const */ var INJECTED_WEBVIEW_SCRIPT = String.raw`
(function() {
- <include src="../keyboard/keyboard_utils.js">
+ // <include src="../keyboard/keyboard_utils.js">
keyboard.initializeKeyboardFlow(true);
})();`;

Powered by Google App Engine
This is Rietveld 408576698