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

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: Added Unittest for touch exploration manager 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..104b39db43c5dad92b3b0494642f312fd2b197e3 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -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<AccessibilityObserver> touch_exploration_manager_;
James Cook 2014/07/15 22:40:37 While this works, I would make this an AshTouchExp
lisayin 2014/07/15 23:54:46 Done.
#endif
scoped_ptr<ScreenDimmer> screen_dimmer_;

Powered by Google App Engine
This is Rietveld 408576698