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

Unified Diff: ui/events/ozone/event_factory_ozone.h

Issue 28513004: Move evdev events support into EventFactoryDelegateEvdev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: ui/events/ozone/event_factory_ozone.h
diff --git a/ui/events/ozone/event_factory_ozone.h b/ui/events/ozone/event_factory_ozone.h
index c818ee074be78cbaac952cbce9dd32478e13aae6..5ac7622f8fe7a20b38ea976733ac4a32d3c79c69 100644
--- a/ui/events/ozone/event_factory_ozone.h
+++ b/ui/events/ozone/event_factory_ozone.h
@@ -32,6 +32,10 @@ class EVENTS_EXPORT EventFactoryOzone {
// scope of this object.
static void SetEventFactoryDelegateOzone(EventFactoryDelegateOzone* delegate);
+ // Determine name of the delegate requested by user in a command-line flag.
+ // Embedders can use this to see if they are requested and should inject.
+ static std::string GetRequestedDelegate();
rjkroege 2013/10/18 18:57:55 you're going to change this right?
spang 2013/10/21 18:46:12 Moved to anonymous scope for now.
+
// Called from RootWindowHostOzone to create the starting set of event
// converters.
void CreateStartupEventConverters();

Powered by Google App Engine
This is Rietveld 408576698