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

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

Issue 981203007: Scaffold for MD-Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback. Update core-selected-pages usage. Created 5 years, 9 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/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',
},
});

Powered by Google App Engine
This is Rietveld 408576698