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

Unified Diff: ash/root_window_controller.h

Issue 385073009: Side Slide Gestures for Accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed TouchExploration Not Turning On Created 6 years, 5 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: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 5c91f5669671eb8db421af1d50c359bfeb83d275..014aadc6616971b5167fc12b9eef348c621497e1 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -68,7 +68,7 @@ class WorkspaceController;
#if defined(OS_CHROMEOS)
class BootSplashScreen;
-class AccessibilityObserver;
+class AshTouchExplorationManager;
#endif
// This class maintains the per root window state for ash. This class
@@ -298,7 +298,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
scoped_ptr<BootSplashScreen> boot_splash_screen_;
// Responsible for initializing TouchExplorationController when spoken
// feedback is on.
- scoped_ptr<AccessibilityObserver> cros_accessibility_observer_;
+ scoped_ptr<AshTouchExplorationManager> touch_exploration_manager_;
#endif
scoped_ptr<ScreenDimmer> screen_dimmer_;

Powered by Google App Engine
This is Rietveld 408576698