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

Unified Diff: ui/events/event_source.h

Issue 240333007: wip: Second crack at implementing the touch exploration mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding a flag to disable the touch exploration mode. Created 6 years, 8 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/chromeos/ui_chromeos.gyp ('k') | ui/events/test/events_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_source.h
diff --git a/ui/events/event_source.h b/ui/events/event_source.h
index de22bda9dc854b98b72767bb0eebd712e5af8479..ca8b00f514b88af807a5b099fee6c96ccf96ff02 100644
--- a/ui/events/event_source.h
+++ b/ui/events/event_source.h
@@ -36,6 +36,8 @@ class EVENTS_EXPORT EventSource {
EventDispatchDetails SendEventToProcessor(Event* event);
private:
+ friend class EventSourceTestApi;
+
typedef std::vector<EventRewriter*> EventRewriterList;
EventDispatchDetails DeliverEventToProcessor(Event* event);
EventRewriterList rewriter_list_;
« no previous file with comments | « ui/chromeos/ui_chromeos.gyp ('k') | ui/events/test/events_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698