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

Unified Diff: chrome/browser/resources/settings/a11y_page/manage_a11y_page.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/a11y_page/manage_a11y_page.js
diff --git a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.js b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.js
index 3b711a023b53a1788a7915cf70cc8eeb34ddce7e..79e39c1dd0e3488e59a460afc236ac981e569d2a 100644
--- a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.js
+++ b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.js
@@ -83,28 +83,28 @@ Polymer({
/** @private */
onDisplayTap_: function() {
settings.navigateTo(
- settings.Route.DISPLAY,
+ settings.routes.DISPLAY,
/* dynamicParams */ null, /* removeSearch */ true);
},
/** @private */
onAppearanceTap_: function() {
settings.navigateTo(
- settings.Route.APPEARANCE,
+ settings.routes.APPEARANCE,
/* dynamicParams */ null, /* removeSearch */ true);
},
/** @private */
onKeyboardTap_: function() {
settings.navigateTo(
- settings.Route.KEYBOARD,
+ settings.routes.KEYBOARD,
/* dynamicParams */ null, /* removeSearch */ true);
},
/** @private */
onMouseTap_: function() {
settings.navigateTo(
- settings.Route.POINTERS,
+ settings.routes.POINTERS,
/* dynamicParams */ null, /* removeSearch */ true);
},
});
« no previous file with comments | « chrome/browser/resources/settings/a11y_page/a11y_page.js ('k') | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698