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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js

Issue 2957153003: MD Settings: remove unsupported routes from guest-mode. (Closed)
Patch Set: safeguard all settings.routes.[ROUTE]. dereferencing Created 3 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/passwords_and_forms_page/passwords_section.js
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js
index 2cf10b19aedf561914463a35de5b787f20c2c2e5..7b5b8ba58fa5143b6b571d193ba3a2182e82d96c 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js
@@ -192,7 +192,7 @@ Polymer({
/** @override */
subpageRoute: {
type: Object,
- value: settings.Route.MANAGE_PASSWORDS,
+ value: settings.routes.MANAGE_PASSWORDS,
},
/**

Powered by Google App Engine
This is Rietveld 408576698