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

Unified Diff: chrome/browser/ui/webui/settings/chromeos/accessibility_handler.h

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/ui/webui/settings/chromeos/accessibility_handler.h
diff --git a/chrome/browser/ui/webui/settings/chromeos/accessibility_handler.h b/chrome/browser/ui/webui/settings/chromeos/accessibility_handler.h
index 33e1822724f853936dbf8c39fd26bd8f2e8da986..d03c83e2ea6e308585fe249e69acc9f3b17aef15 100644
--- a/chrome/browser/ui/webui/settings/chromeos/accessibility_handler.h
+++ b/chrome/browser/ui/webui/settings/chromeos/accessibility_handler.h
@@ -32,8 +32,13 @@ class AccessibilityHandler : public ::settings::SettingsPageUIHandler {
void OnJavascriptDisallowed() override {}
private:
- // Callback for the "showChromeVoxSettings" message.
+ // Callback for the messages to show settings for ChromeVox,
+ // Select To Speak, or Switch Access.
void HandleShowChromeVoxSettings(const base::ListValue* args);
+ void HandleShowSelectToSpeakSettings(const base::ListValue* args);
+ void HandleShowSwitchAccessSettings(const base::ListValue* args);
+
+ void OpenExtensionOptionsPage(const char extension_id[]);
Profile* profile_; // Weak pointer.

Powered by Google App Engine
This is Rietveld 408576698