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

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

Issue 1829993002: Move passwords and password exceptions list into a sub page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 9 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
« no previous file with comments | « chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 00b5f729430e7cbd293c6b6f0691875e01192e41..f3bc9920b8f496990c5f0e6095b1abf911b3bd42 100644
--- a/chrome/browser/resources/settings/settings_page/settings_router.js
+++ b/chrome/browser/resources/settings/settings_page/settings_router.js
@@ -315,6 +315,12 @@ Polymer({
},
</if>
{
+ url: '/passwords',
+ page: 'advanced',
+ section: 'passwordsAndForms',
+ subpage: ['manage-passwords'],
+ },
+ {
url: '/languages',
page: 'advanced',
section: 'languages',
« no previous file with comments | « chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698