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

Unified Diff: ui/events/event_switches.h

Issue 2467913002: Touch event flag should control only DOM event firing. (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into patchtoflags Created 4 years, 1 month 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: ui/events/event_switches.h
diff --git a/ui/events/event_switches.h b/ui/events/event_switches.h
index 9e7e6dc5ed359c796304e0aadb85c26944b655d6..1760934e1f175c85e6ab99c47287be9087f523b9 100644
--- a/ui/events/event_switches.h
+++ b/ui/events/event_switches.h
@@ -12,10 +12,7 @@
namespace switches {
EVENTS_BASE_EXPORT extern const char kEnableScrollPrediction[];
-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 kDisableTouchEventAPI[];
EVENTS_BASE_EXPORT extern const char kCompensateForUnstablePinchZoom[];
#if defined(OS_LINUX)

Powered by Google App Engine
This is Rietveld 408576698