| Index: chrome/browser/resources/settings/route.js
|
| diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
|
| index 453e693115ffac4d0d4a494ebfe6705818ec6e62..daeeb7a413050bf4fcc872d9dc77a298d01415f3 100644
|
| --- a/chrome/browser/resources/settings/route.js
|
| +++ b/chrome/browser/resources/settings/route.js
|
| @@ -246,6 +246,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');
|
|
|
|
|