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

Unified Diff: chrome/browser/resources/settings/site_settings/all_sites.js

Issue 2957153003: MD Settings: remove unsupported routes from guest-mode. (Closed)
Patch Set: merge 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/site_settings/all_sites.js
diff --git a/chrome/browser/resources/settings/site_settings/all_sites.js b/chrome/browser/resources/settings/site_settings/all_sites.js
index 4690c783f745c4ca47c4a87348f7a3f07cb8a782..3ac0f36bbc7536723bf373f839eab933b4f56dad 100644
--- a/chrome/browser/resources/settings/site_settings/all_sites.js
+++ b/chrome/browser/resources/settings/site_settings/all_sites.js
@@ -66,7 +66,7 @@ Polymer({
*/
onOriginTap_: function(event) {
settings.navigateTo(
- settings.Route.SITE_SETTINGS_SITE_DETAILS,
+ settings.routes.SITE_SETTINGS_SITE_DETAILS,
new URLSearchParams('site=' + event.model.item.origin));
},

Powered by Google App Engine
This is Rietveld 408576698