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

Unified Diff: chrome/test/data/webui/settings/site_data_details_subpage_tests.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
« no previous file with comments | « chrome/test/data/webui/settings/settings_ui_browsertest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/site_data_details_subpage_tests.js
diff --git a/chrome/test/data/webui/settings/site_data_details_subpage_tests.js b/chrome/test/data/webui/settings/site_data_details_subpage_tests.js
index 43b50513871587bdb51df6e762e3abfb79cd388b..a48b65c6911f06b942c34d399e409c4f52169afc 100644
--- a/chrome/test/data/webui/settings/site_data_details_subpage_tests.js
+++ b/chrome/test/data/webui/settings/site_data_details_subpage_tests.js
@@ -41,7 +41,7 @@ suite('SiteDataDetailsSubpage', function() {
PolymerTest.clearBody();
page = document.createElement('site-data-details-subpage');
settings.navigateTo(
- settings.Route.SITE_SETTINGS_DATA_DETAILS,
+ settings.routes.SITE_SETTINGS_DATA_DETAILS,
new URLSearchParams('site=' + site));
document.body.appendChild(page);
« no previous file with comments | « chrome/test/data/webui/settings/settings_ui_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698