| 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');
|
|
|
|
|