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

Unified Diff: ash/wm/session_state_animator.cc

Issue 2642853006: Remove the ash-enable-touch-view-testing flag (Closed)
Patch Set: Removing unnecessary test Created 3 years, 11 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: 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

Powered by Google App Engine
This is Rietveld 408576698