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

Unified Diff: ash/shell_delegate.h

Issue 10832247: chromeos: Add UMA stats for launcher and app list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort UserMetricsAction Created 8 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 | « ash/launcher/launcher_view.cc ('k') | chrome/browser/ui/ash/app_list/app_list_view_delegate.cc » ('j') | no next file with comments »
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 a61586c8b7c57cdb468981fd009e5527d9779c88..8029e1b9686ac0581fd26bf3e987d3b88a893a50 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -37,12 +37,14 @@ class SystemTrayDelegate;
class UserWallpaperDelegate;
enum UserMetricsAction {
- UMA_ACCEL_PREVWINDOW_TAB,
+ UMA_ACCEL_NEWTAB_T,
+ UMA_ACCEL_NEXTWINDOW_F5,
UMA_ACCEL_NEXTWINDOW_TAB,
UMA_ACCEL_PREVWINDOW_F5,
- UMA_ACCEL_NEXTWINDOW_F5,
- UMA_ACCEL_NEWTAB_T,
+ UMA_ACCEL_PREVWINDOW_TAB,
UMA_ACCEL_SEARCH_LWIN,
+ UMA_LAUNCHER_CLICK_ON_APP,
+ UMA_LAUNCHER_CLICK_ON_APPLIST_BUTTON,
UMA_MOUSE_DOWN,
UMA_TOUCHSCREEN_TAP_DOWN,
};
« no previous file with comments | « ash/launcher/launcher_view.cc ('k') | chrome/browser/ui/ash/app_list/app_list_view_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698