| 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 218ed000dc3cec4cc3a0b7634af5886ca50db21e..00ad2c2b2882f003e5dccfc51a42eae85e5470bd 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe.js
|
| +++ b/chrome/browser/resources/chromeos/login/oobe.js
|
| @@ -7,7 +7,15 @@
|
| * 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.js">
|
| +<include src="html-echo.js">
|
| <include src="oobe_screen_eula.js">
|
| <include src="oobe_screen_network.js">
|
| <include src="oobe_screen_hid_detection.js">
|
|
|