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(); |