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

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: use RecordAction 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..f66ad2a98ee0c84e0cc4f99a3edfc167a3f6595d 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -45,6 +45,8 @@ enum UserMetricsAction {
UMA_ACCEL_SEARCH_LWIN,
UMA_MOUSE_DOWN,
UMA_TOUCHSCREEN_TAP_DOWN,
+ UMA_LAUNCHER_CLICK_ON_APPLIST_BUTTON,
sky 2012/08/10 22:22:51 Can you sort all of these.
+ UMA_LAUNCHER_CLICK_ON_APP,
};
// Delegate of the Shell.
« 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