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

Unified Diff: chrome/browser/resources/settings/route.js

Issue 2200463002: Reorganize accessibility settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/route.js
diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
index b5b14d42e63a969d25fafe70f49e01f21ae2cb1b..c31c07bb6950d50a39f670c493c05d16fb99c475 100644
--- a/chrome/browser/resources/settings/route.js
+++ b/chrome/browser/resources/settings/route.js
@@ -255,6 +255,9 @@ cr.define('settings', function() {
</if>
r.ACCESSIBILITY = r.ADVANCED.createSection('/accessibility', 'a11y');
+ r.MANAGE_ACCESSIBILITY = r.ACCESSIBILITY.createChild(
+ '/manageAccessibility', 'manage-a11y');
+
r.SYSTEM = r.ADVANCED.createSection('/system', 'system');
r.RESET = r.ADVANCED.createSection('/reset', 'reset');

Powered by Google App Engine
This is Rietveld 408576698