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

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: Address comments Created 4 years, 5 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 cf987729e2bfd677309fd865ec477f71a459f761..8f958847d22bc462add98c11347e5289d4df54da 100644
--- a/chrome/browser/resources/settings/settings_page/settings_router.js
+++ b/chrome/browser/resources/settings/settings_page/settings_router.js
@@ -215,6 +215,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