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

Unified Diff: chrome/browser/resources/settings/people_page/lock_screen.js

Issue 2691943005: fix quick unlock config in options (Closed)
Patch Set: Incorporate comments Created 3 years, 10 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/settings/people_page/lock_screen.js
diff --git a/chrome/browser/resources/settings/people_page/lock_screen.js b/chrome/browser/resources/settings/people_page/lock_screen.js
index a4eab35b27b04407b10992af5fab07070d7c0660..636a445b0996c78636307c726574fed440465e0e 100644
--- a/chrome/browser/resources/settings/people_page/lock_screen.js
+++ b/chrome/browser/resources/settings/people_page/lock_screen.js
@@ -92,8 +92,8 @@ Polymer({
// currentRouteChanged is not called during the initial navigation. If the
// user navigates directly to the lockScreen page, we still want to show the
// password prompt page.
- this.currentRouteChanged(settings.Route.LOCK_SCREEN,
- settings.Route.LOCK_SCREEN);
+ this.currentRouteChanged(settings.getCurrentRoute(),
+ settings.getCurrentRoute());
Dan Beam 2017/02/17 02:45:17 say whattttt?
xiaoyinh(OOO Sep 11-29) 2017/02/17 19:33:46 I'm not sure why we want to explicitly set the rou
this.browserProxy_ = settings.FingerprintBrowserProxyImpl.getInstance();
},

Powered by Google App Engine
This is Rietveld 408576698