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

Unified Diff: chrome/test/data/webui/settings/about_page_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
Index: chrome/test/data/webui/settings/about_page_tests.js
diff --git a/chrome/test/data/webui/settings/about_page_tests.js b/chrome/test/data/webui/settings/about_page_tests.js
index d2d691321e59f956f755119f1ea09300a3aeca5d..aac33399a0b12b4abe15f78a7b6d4c4e6ddec8aa 100644
--- a/chrome/test/data/webui/settings/about_page_tests.js
+++ b/chrome/test/data/webui/settings/about_page_tests.js
@@ -201,7 +201,7 @@ cr.define('settings_about_page', function() {
lifetimeBrowserProxy.reset();
PolymerTest.clearBody();
page = document.createElement('settings-about-page');
- settings.navigateTo(settings.Route.ABOUT);
+ settings.navigateTo(settings.routes.ABOUT);
document.body.appendChild(page);
if (!cr.isChromeOS) {
return aboutBrowserProxy.whenCalled('refreshUpdateStatus');

Powered by Google App Engine
This is Rietveld 408576698