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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.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/site_list.js
diff --git a/chrome/browser/resources/settings/site_settings/site_list.js b/chrome/browser/resources/settings/site_settings/site_list.js
index 0cd04db5a8e26bed6a9a128e5e34743263957ec5..f53c61933323e5f6730b985ce0c2f85006e83c92 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.js
+++ b/chrome/browser/resources/settings/site_settings/site_list.js
@@ -315,7 +315,7 @@ Polymer({
if (!this.enableSiteSettings_)
return;
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