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

Unified Diff: ui/events/gesture_detection/gesture_touch_uma_histogram.cc

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.h ('k') | ui/events/test/event_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/gesture_detection/gesture_touch_uma_histogram.cc
diff --git a/ui/events/gesture_detection/gesture_touch_uma_histogram.cc b/ui/events/gesture_detection/gesture_touch_uma_histogram.cc
index b8275aaeffbd6f4823dafc8b153a946d52c04024..118505c8460073a260b8ecbd16b43bd90114fa49 100644
--- a/ui/events/gesture_detection/gesture_touch_uma_histogram.cc
+++ b/ui/events/gesture_detection/gesture_touch_uma_histogram.cc
@@ -119,8 +119,6 @@ UMAEventType GestureTouchUMAHistogram::UMAEventTypeFromEvent(
return UMA_ET_GESTURE_SWIPE_3;
return UMA_ET_GESTURE_SWIPE_4P;
}
- case ET_GESTURE_WIN8_EDGE_SWIPE:
- return UMA_ET_GESTURE_WIN8_EDGE_SWIPE;
case ET_GESTURE_TAP_CANCEL:
return UMA_ET_GESTURE_TAP_CANCEL;
case ET_GESTURE_SHOW_PRESS:
« no previous file with comments | « ui/events/gesture_detection/gesture_touch_uma_histogram.h ('k') | ui/events/test/event_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698