| Index: chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js
|
| diff --git a/chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js b/chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js
|
| index 3253bad870509170113d4c820cc3dede9b2e3e06..bc731f6babdb315299bcc5485cfa074faaada053 100644
|
| --- a/chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js
|
| +++ b/chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js
|
| @@ -30,6 +30,7 @@ cr.define('options', function() {
|
| $('screen-lock-done').onclick = function() {
|
| QuickUnlockConfigureOverlay.dismiss();
|
| };
|
| + requestIdleCallback(this.ensurePolymerIsLoaded_.bind(this));
|
| },
|
|
|
| /** @override */
|
|
|