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

Unified Diff: ash/shell_delegate.h

Issue 10834070: ash: Add some UMA for touch-events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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 | « no previous file | ash/touch/touch_uma.cc » ('j') | ash/touch/touch_uma.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index b1224ee77e3a5d2d7a4b205ddbfb103751c5a01a..2cc842fd7ca287de97041276943de18b41d02d34 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -42,7 +42,9 @@ enum UserMetricsAction {
UMA_ACCEL_PREVWINDOW_F5,
UMA_ACCEL_NEXTWINDOW_F5,
UMA_ACCEL_NEWTAB_T,
- UMA_ACCEL_SEARCH_LWIN
+ UMA_ACCEL_SEARCH_LWIN,
+ UMA_TOUCHPAD_TAP_DOWN,
+ UMA_TOUCHSCREEN_TAP_DOWN,
};
// Delegate of the Shell.
« no previous file with comments | « no previous file | ash/touch/touch_uma.cc » ('j') | ash/touch/touch_uma.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698