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

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

Issue 2786453002: Add links to more options pages for Chrome OS accessibility features (Closed)
Patch Set: Created 3 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/manage_a11y_page.js
diff --git a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.js b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.js
index 354082bad3fe775e685b162ec6fb687032d006c3..e9bd692bb1f3d4fc797587e872fbc64b420e48ef 100644
--- a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.js
+++ b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.js
@@ -70,6 +70,16 @@ Polymer({
},
/** @private */
+ onSelectToSpeakSettingsTap_: function() {
+ chrome.send('showSelectToSpeakSettings');
Dan Beam 2017/03/29 13:22:44 these should eventually be in a "browser proxy"
dmazzoni 2017/03/29 15:12:50 Can I do that now? Is there an example of another
Dan Beam 2017/03/29 23:35:04 almost all other pages create an @interface and im
+ },
+
+ /** @private */
+ onSwitchAccessSettingsTap_: function() {
+ chrome.send('showSwitchAccessSettings');
+ },
+
+ /** @private */
onDisplayTap_: function() {
settings.navigateTo(
settings.Route.DISPLAY,

Powered by Google App Engine
This is Rietveld 408576698