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

Unified Diff: chrome/browser/resources/chromeos/login/oobe.js

Issue 1179323005: Polymer upgraded to 1.0 in login flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@polymer_pre_migration
Patch Set: Michael's comments. Created 5 years, 6 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.js
diff --git a/chrome/browser/resources/chromeos/login/oobe.js b/chrome/browser/resources/chromeos/login/oobe.js
index 33729ee4dbc9a7fbe3f91c78dc66dcb1bfb34093..15dbacfb1f1b83340594adc33554dae2506556f6 100644
--- a/chrome/browser/resources/chromeos/login/oobe.js
+++ b/chrome/browser/resources/chromeos/login/oobe.js
@@ -7,12 +7,6 @@
* This is the main code for the OOBE WebUI implementation.
*/
-/**
- * Setting WAIT_FOR_POLYMER to 'true' will delay screens' registration until
- * Polymer is loaded.
- */
-/* @const */ var WAIT_FOR_POLYMER = true;
-
<include src="login_common.js">
<include src="oobe_screen_auto_enrollment_check.js">
<include src="oobe_screen_controller_pairing.js">

Powered by Google App Engine
This is Rietveld 408576698