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