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

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

Issue 1944293004: [MD settings] url change for passwords and languages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | 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 8919d5cf17c906a6fad2824d747b45cd03bebedc..7c09850450657a10ca4cbe0829acbf6e8abb33b3 100644
--- a/chrome/browser/resources/settings/settings_page/settings_router.js
+++ b/chrome/browser/resources/settings/settings_page/settings_router.js
@@ -375,25 +375,25 @@ Polymer({
subpage: ['manage-autofill'],
},
{
- url: '/pw', // TODO(dschuyler): find a better url.
+ url: '/passwords',
page: 'advanced',
section: 'passwordsAndForms',
subpage: [],
},
{
- url: '/passwords',
+ url: '/managePasswords',
page: 'advanced',
section: 'passwordsAndForms',
subpage: ['manage-passwords'],
},
{
- url: '/ln', // TODO(dschuyler): find a better url.
+ url: '/languages',
page: 'advanced',
section: 'languages',
subpage: [],
},
{
- url: '/languages',
+ url: '/manageLanguages',
page: 'advanced',
section: 'languages',
subpage: ['manage-languages'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698