Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index 0e07dbe03e94cafc518cad419a90bb223e21f37c..096297e5729557000e93eb6cb861ee6b7d334b77 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -757,8 +757,8 @@ void RootWindowController::Init(RootWindowType root_window_type, |
} |
#if defined(OS_CHROMEOS) |
- if (!CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kAshDisableTouchExplorationMode)) { |
+ if (CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kAshEnableTouchExplorationMode)) { |
touch_exploration_manager_.reset(new AshTouchExplorationManager(this)); |
} |
#endif |