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

Unified Diff: chrome/browser/ui/views/ash/chrome_shell_delegate.cc

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
Index: chrome/browser/ui/views/ash/chrome_shell_delegate.cc
diff --git a/chrome/browser/ui/views/ash/chrome_shell_delegate.cc b/chrome/browser/ui/views/ash/chrome_shell_delegate.cc
index 1e8ad6986db4294af62ad75b1d3386d023617307..305bb924944d0b98d51d4fadfbecce049725a5d8 100644
--- a/chrome/browser/ui/views/ash/chrome_shell_delegate.cc
+++ b/chrome/browser/ui/views/ash/chrome_shell_delegate.cc
@@ -361,6 +361,12 @@ void ChromeShellDelegate::RecordUserMetricsAction(
case ash::UMA_ACCEL_SEARCH_LWIN:
content::RecordAction(content::UserMetricsAction("Accel_Search_LWin"));
break;
+ case ash::UMA_TOUCHPAD_TAP_DOWN:
+ content::RecordAction(content::UserMetricsAction("Touchpad_Down"));
+ break;
+ case ash::UMA_TOUCHSCREEN_TAP_DOWN:
+ content::RecordAction(content::UserMetricsAction("Touchscreen_Down"));
+ break;
}
}
« ash/wm/system_gesture_event_filter.cc ('K') | « ash/wm/system_gesture_event_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698