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

Unified Diff: ui/events/event_switches.cc

Issue 458363002: Remove old Aura Gesture Detection Pipeline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address sadrul's comment, and rebase. Created 6 years, 4 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
« no previous file with comments | « ui/events/event_switches.h ('k') | ui/events/events.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_switches.cc
diff --git a/ui/events/event_switches.cc b/ui/events/event_switches.cc
index 26cf791f8278efaddd40841f6c3553dc87f2a711..198113f9b94cdb42be2dc8ebb1759a3ffef00c72 100644
--- a/ui/events/event_switches.cc
+++ b/ui/events/event_switches.cc
@@ -20,18 +20,6 @@ const char kTouchEventsEnabled[] = "enabled";
// disabled: touch events are disabled.
const char kTouchEventsDisabled[] = "disabled";
-// Enable the unified gesture detector, instead of the aura gesture detector.
-const char kUnifiedGestureDetector[] = "unified-gesture-detector";
-
-// The values the kUnifiedGestureDetector switch may have, as in
-// --unified-gesture-detector=disabled.
-// auto: Same as disabled.
-const char kUnifiedGestureDetectorAuto[] = "auto";
-// enabled: Use the unified gesture detector.
-const char kUnifiedGestureDetectorEnabled[] = "enabled";
-// disabled: Use the aura gesture detector.
-const char kUnifiedGestureDetectorDisabled[] = "disabled";
-
// Enable compensation for unstable pinch zoom. Some touch screens display
// significant amount of wobble when moving a finger in a straight line. This
// makes two finger scroll trigger an oscillating pinch zoom. See
« no previous file with comments | « ui/events/event_switches.h ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698