| Index: chrome/browser/resources/settings/a11y_page/a11y_page.js
|
| diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.js b/chrome/browser/resources/settings/a11y_page/a11y_page.js
|
| index be4d808a838a3515352591db4a3138d080dcaf0c..0bcbcbcfb318c7c18effa78a57664641665c7918 100644
|
| --- a/chrome/browser/resources/settings/a11y_page/a11y_page.js
|
| +++ b/chrome/browser/resources/settings/a11y_page/a11y_page.js
|
| @@ -27,6 +27,20 @@ Polymer({
|
| type: Object,
|
| notify: true,
|
| },
|
| +
|
| + /** @private {!Map<string, string>} */
|
| + focusConfig_: {
|
| + type: Object,
|
| + value: function() {
|
| + var map = new Map();
|
| +// <if expr="chromeos">
|
| + map.set(
|
| + settings.Route.MANAGE_ACCESSIBILITY.path,
|
| + '#subpage-trigger .subpage-arrow');
|
| +// </if>
|
| + return map;
|
| + },
|
| + },
|
| },
|
|
|
| // <if expr="chromeos">
|
|
|