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

Unified Diff: ash/shell.h

Issue 164823005: Long press menu (shift+f6) to toggle spoken feedback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 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
« no previous file with comments | « ash/magnifier/magnifier_key_scroller_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index efd3dde8921e03adc4587e47afd1bf9eb3fe613e..b9222a6706c53818432e504cddbf616014f05c96 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -87,7 +87,6 @@ class GPUSupport;
class HighContrastController;
class LockStateController;
class MagnificationController;
-class MagnifierKeyScroller;
class MediaDelegate;
class MruWindowTracker;
class NestedDispatcherController;
@@ -700,7 +699,8 @@ class ASH_EXPORT Shell
// Listens for output changes and updates the display manager.
scoped_ptr<internal::DisplayChangeObserver> display_change_observer_;
- scoped_ptr<MagnifierKeyScroller> magnifier_key_scroller_;
+ scoped_ptr<ui::EventHandler> magnifier_key_scroll_handler_;
+ scoped_ptr<ui::EventHandler> speech_feedback_handler_;
#endif // defined(USE_X11)
#endif // defined(OS_CHROMEOS)
« no previous file with comments | « ash/magnifier/magnifier_key_scroller_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698