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

Unified Diff: ui/events/event_switches.cc

Issue 28513004: Move evdev events support into EventFactoryDelegateEvdev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add evdev to filename_rules.gypi Created 7 years, 2 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 195e2bbdb4f2c79213e403fa7a49fc82e18bd7ab..5d07176c965884ec954ead9a98c1d342073db969 100644
--- a/ui/events/event_switches.cc
+++ b/ui/events/event_switches.cc
@@ -27,4 +27,9 @@ const char kTouchEventsDisabled[] = "disabled";
const char kTouchDevices[] = "touch-devices";
#endif
+#if defined(USE_OZONE)
+// Specify default ozone events implementation.
+const char kOzoneEvents[] = "ozone-events";
+#endif
+
} // namespace switches
« 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