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

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

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 | « chrome/browser/ui/ash/app_list/search_builder.cc ('k') | chrome/tools/chromeactions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ba5ea3715389411bfc72efc5fa07cd7a0dffd93c..e39c2036c8ed24ea637593668f9654773747ce15 100644
--- a/chrome/browser/ui/views/ash/chrome_shell_delegate.cc
+++ b/chrome/browser/ui/views/ash/chrome_shell_delegate.cc
@@ -353,6 +353,13 @@ void ChromeShellDelegate::RecordUserMetricsAction(
case ash::UMA_TOUCHSCREEN_TAP_DOWN:
content::RecordAction(content::UserMetricsAction("Touchscreen_Down"));
break;
+ case ash::UMA_LAUNCHER_CLICK_ON_APPLIST_BUTTON:
+ content::RecordAction(
+ content::UserMetricsAction("Launcher_ClickOnApplistButton"));
+ break;
+ case ash::UMA_LAUNCHER_CLICK_ON_APP:
+ content::RecordAction(content::UserMetricsAction("Launcher_ClickOnApp"));
+ break;
}
}
« no previous file with comments | « chrome/browser/ui/ash/app_list/search_builder.cc ('k') | chrome/tools/chromeactions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698