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

Unified Diff: ui/events/test/event_generator.h

Issue 2224653002: mash: Remove ash::ShelfGestureHandler and ui::ET_GESTURE_WIN8_EDGE_SWIPE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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/gesture_detection/gesture_touch_uma_histogram.cc ('k') | ui/events/test/event_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/test/event_generator.h
diff --git a/ui/events/test/event_generator.h b/ui/events/test/event_generator.h
index a05a37937790a9faeb90cc8d2dc7b8018b612018..94b5b8634e1b3e1e15b4a700f9518fcc5c41d61c 100644
--- a/ui/events/test/event_generator.h
+++ b/ui/events/test/event_generator.h
@@ -254,11 +254,6 @@ class EventGenerator {
// to the center of the window.
void PressMoveAndReleaseTouchToCenterOf(EventTarget* window);
- // Generates and dispatches a Win8 edge-swipe event (swipe up from bottom or
- // swipe down from top). Note that it is not possible to distinguish between
- // the two edges with this event.
- void GestureEdgeSwipe();
-
// Generates and dispatches touch-events required to generate a TAP gesture.
// Note that this can generate a number of other gesture events at the same
// time (e.g. GESTURE_BEGIN, TAP_DOWN, END).
« no previous file with comments | « ui/events/gesture_detection/gesture_touch_uma_histogram.cc ('k') | ui/events/test/event_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698