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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_manager.h

Issue 2493923002: Select-to-speak event handler (Closed)
Patch Set: Fix presubmit warning Created 4 years, 1 month 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
« no previous file with comments | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/chromeos/accessibility/accessibility_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/accessibility_manager.h
diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.h b/chrome/browser/chromeos/accessibility/accessibility_manager.h
index 9ed80befc6f9c4f6033b5d29d38894d4e5ca8f74..cb67f6f3692acddd2baae1be8f2edc4cf09f9361 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_manager.h
+++ b/chrome/browser/chromeos/accessibility/accessibility_manager.h
@@ -36,6 +36,7 @@ namespace chromeos {
class AccessibilityExtensionLoader;
class AccessibilityHighlightManager;
+class SelectToSpeakEventHandler;
enum AccessibilityNotificationType {
ACCESSIBILITY_MANAGER_SHUTDOWN,
@@ -412,6 +413,9 @@ class AccessibilityManager
std::unique_ptr<AccessibilityExtensionLoader> select_to_speak_loader_;
+ std::unique_ptr<chromeos::SelectToSpeakEventHandler>
+ select_to_speak_event_handler_;
+
base::WeakPtrFactory<AccessibilityManager> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(AccessibilityManager);
« no previous file with comments | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/chromeos/accessibility/accessibility_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698