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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_router.js

Issue 2097673002: Add a settings screen that lets the user choose how they unlock their device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pin-unlock-settings-authenticate
Patch Set: Adjust for authenticate screen comments Created 4 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/settings/settings_page/settings_router.js
diff --git a/chrome/browser/resources/settings/settings_page/settings_router.js b/chrome/browser/resources/settings/settings_page/settings_router.js
index 9c0a79967bb5c9fe0f31e1dc3cc451a8ca2abbef..be77c3891fbbf328a39770262317c6af30ba289a 100644
--- a/chrome/browser/resources/settings/settings_page/settings_router.js
+++ b/chrome/browser/resources/settings/settings_page/settings_router.js
@@ -207,6 +207,12 @@ Polymer({
subpage: ['quick-unlock-authenticate'],
},
{
+ url: '/quickUnlock/chooseMethod',
+ page: 'basic',
+ section: 'people',
+ subpage: ['quick-unlock-choose-method'],
+ },
+ {
url: '/accounts',
page: 'basic',
section: 'people',

Powered by Google App Engine
This is Rietveld 408576698