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

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

Issue 2091143002: Add the authenticate screen for the quick unlock settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pin-unlock-settings-keyboard-fixes
Patch Set: Address 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 bff9b677176b8e32e0936a0d677bf27b64ad7717..9c0a79967bb5c9fe0f31e1dc3cc451a8ca2abbef 100644
--- a/chrome/browser/resources/settings/settings_page/settings_router.js
+++ b/chrome/browser/resources/settings/settings_page/settings_router.js
@@ -201,6 +201,12 @@ Polymer({
},
<if expr="chromeos">
{
+ url: '/quickUnlock/authenticate',
+ page: 'basic',
+ section: 'people',
+ subpage: ['quick-unlock-authenticate'],
+ },
+ {
url: '/accounts',
page: 'basic',
section: 'people',

Powered by Google App Engine
This is Rietveld 408576698