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

Unified Diff: ui/events/gesture_detection/gesture_touch_uma_histogram.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/event_constants.h ('k') | ui/events/gesture_detection/gesture_touch_uma_histogram.cc » ('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.h
diff --git a/ui/events/gesture_detection/gesture_touch_uma_histogram.h b/ui/events/gesture_detection/gesture_touch_uma_histogram.h
index 824a5629c93adc7dcbf6e7be019b2f313b592656..a10e6d57fcb95580c35c7078e3a5d2cc81eb597f 100644
--- a/ui/events/gesture_detection/gesture_touch_uma_histogram.h
+++ b/ui/events/gesture_detection/gesture_touch_uma_histogram.h
@@ -49,7 +49,7 @@ enum UMAEventType {
UMA_ET_GESTURE_LONG_TAP = 31,
UMA_ET_GESTURE_SHOW_PRESS = 32,
UMA_ET_GESTURE_TAP_CANCEL = 33,
- UMA_ET_GESTURE_WIN8_EDGE_SWIPE = 34,
+ UMA_ET_GESTURE_WIN8_EDGE_SWIPE = 34, // Deprecated. Do not remove.
UMA_ET_GESTURE_SWIPE_1 = 35, // Swipe with 1 finger
UMA_ET_GESTURE_TAP_UNCONFIRMED = 36,
// NOTE: Add new event types only immediately above this line. Make sure to
« no previous file with comments | « ui/events/event_constants.h ('k') | ui/events/gesture_detection/gesture_touch_uma_histogram.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698