Index: ash/wm/session_state_animator.cc |
diff --git a/ash/wm/session_state_animator.cc b/ash/wm/session_state_animator.cc |
index 73ddd43b8764bf4e89cd3240ea55f351922fa166..04695f6cbd99ca5bb70ddfb1c6ccf05b08139bf3 100644 |
--- a/ash/wm/session_state_animator.cc |
+++ b/ash/wm/session_state_animator.cc |
@@ -22,9 +22,7 @@ namespace { |
bool IsTouchViewEnabled() { |
return base::CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kAshEnableTouchView) || |
- base::CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kAshEnableTouchViewTesting); |
+ switches::kAshEnableTouchView); |
} |
} // namespace |