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

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

Issue 2691943005: fix quick unlock config in options (Closed)
Patch Set: rebase 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 70365d15396bd034b04fa7129ca3d02ffbfd210d..2cb49bce1cec88c5e410ef0747b7ec4b5000a3ff 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/23 06:33:51 rather than just calling currentRouteChanged(), ca
xiaoyinh(OOO Sep 11-29) 2017/02/23 21:11:09 Done.
this.browserProxy_ = settings.FingerprintBrowserProxyImpl.getInstance();
},
« no previous file with comments | « chrome/browser/resources/options_resources.grd ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698