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

Unified Diff: chrome/browser/resources/settings/route.js

Issue 2452943004: MD Settings: Make Passwords URLs match old Options. (Closed)
Patch Set: fix Created 4 years, 2 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/route.js
diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
index 03a4613eed55e7d6c2d6dd02e57bc0a183c132b5..9c2a27354d37f6f706c1c0f51821072a409083d7 100644
--- a/chrome/browser/resources/settings/route.js
+++ b/chrome/browser/resources/settings/route.js
@@ -173,9 +173,10 @@ cr.define('settings', function() {
r.BLUETOOTH_ADD_DEVICE.createChild('bluetoothPairDevice');
</if>
- r.PASSWORDS = r.ADVANCED.createSection('/passwords', 'passwordsAndForms');
+ r.PASSWORDS =
+ r.ADVANCED.createSection('/passwordsAndForms', 'passwordsAndForms');
r.AUTOFILL = r.PASSWORDS.createChild('/autofill');
- r.MANAGE_PASSWORDS = r.PASSWORDS.createChild('/managePasswords');
+ r.MANAGE_PASSWORDS = r.PASSWORDS.createChild('/passwords');
r.LANGUAGES = r.ADVANCED.createSection('/languages', 'languages');
r.LANGUAGES_DETAIL = r.LANGUAGES.createChild('edit');

Powered by Google App Engine
This is Rietveld 408576698