Chromium Code Reviews| 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 0af1e678887ab875715b2f240de20f4e02f4fe01..e03d7e886e615b918f2f6b6b4e7d674004eb02a2 100644 |
| --- a/chrome/browser/resources/settings/a11y_page/a11y_page.js |
| +++ b/chrome/browser/resources/settings/a11y_page/a11y_page.js |
| @@ -27,5 +27,14 @@ Polymer('cr-settings-a11y-page', { |
| * @default null |
| */ |
| prefs: null, |
| + |
| + /** |
| + * ID of the page. |
| + * |
| + * @attribute PAGE_ID |
| + * @const {string} |
| + * default 'a11y' |
| + */ |
| + PAGE_ID: 'a11y', |
| }, |
| }); |