| 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
|
|
|