Index: trunk/src/ash/root_window_controller.cc |
=================================================================== |
--- trunk/src/ash/root_window_controller.cc (revision 285866) |
+++ trunk/src/ash/root_window_controller.cc (working copy) |
@@ -757,8 +757,8 @@ |
} |
#if defined(OS_CHROMEOS) |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kAshEnableTouchExplorationMode)) { |
+ if (!CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kAshDisableTouchExplorationMode)) { |
touch_exploration_manager_.reset(new AshTouchExplorationManager(this)); |
} |
#endif |