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

Unified Diff: ui/events/event_switches.h

Issue 290733013: Use multi-value switch to enable/disable the unified gesture detector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix flag assignment in GestureRecognizerTest. Created 6 years, 7 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/aura/gestures/gesture_recognizer_unittest.cc ('k') | ui/events/event_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_switches.h
diff --git a/ui/events/event_switches.h b/ui/events/event_switches.h
index 07cf083c71076f78e978f4784f6aca518a7494a1..6697d3a7516bf5eb56517ddfbe94325ce33845ce 100644
--- a/ui/events/event_switches.h
+++ b/ui/events/event_switches.h
@@ -15,7 +15,10 @@ EVENTS_BASE_EXPORT extern const char kTouchEvents[];
EVENTS_BASE_EXPORT extern const char kTouchEventsAuto[];
EVENTS_BASE_EXPORT extern const char kTouchEventsEnabled[];
EVENTS_BASE_EXPORT extern const char kTouchEventsDisabled[];
-EVENTS_BASE_EXPORT extern const char kUseUnifiedGestureDetector[];
+EVENTS_BASE_EXPORT extern const char kUnifiedGestureDetector[];
+EVENTS_BASE_EXPORT extern const char kUnifiedGestureDetectorAuto[];
+EVENTS_BASE_EXPORT extern const char kUnifiedGestureDetectorEnabled[];
+EVENTS_BASE_EXPORT extern const char kUnifiedGestureDetectorDisabled[];
#if defined(OS_LINUX)
EVENTS_BASE_EXPORT extern const char kTouchDevices[];
« no previous file with comments | « ui/aura/gestures/gesture_recognizer_unittest.cc ('k') | ui/events/event_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698