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

Unified Diff: trunk/src/ash/root_window_controller.h

Issue 407073008: Revert 284819 because it introduces leaks in TestingBoundaries and (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/ash/root_window_controller.h
===================================================================
--- trunk/src/ash/root_window_controller.h (revision 284848)
+++ trunk/src/ash/root_window_controller.h (working copy)
@@ -68,7 +68,7 @@
#if defined(OS_CHROMEOS)
class BootSplashScreen;
-class AshTouchExplorationManager;
+class AccessibilityObserver;
#endif
// This class maintains the per root window state for ash. This class
@@ -298,7 +298,7 @@
scoped_ptr<BootSplashScreen> boot_splash_screen_;
// Responsible for initializing TouchExplorationController when spoken
// feedback is on.
- scoped_ptr<AshTouchExplorationManager> touch_exploration_manager_;
+ scoped_ptr<AccessibilityObserver> cros_accessibility_observer_;
#endif
scoped_ptr<ScreenDimmer> screen_dimmer_;
« no previous file with comments | « trunk/src/ash/ash_touch_exploration_manager_chromeos_unittest.cc ('k') | trunk/src/ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698