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

Unified Diff: ui/app_list/app_list_constants.cc

Issue 1128413002: Add Apps.AppListSearchQueryLength UMA histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_launch_stats
Patch Set: Created 5 years, 7 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 | « ui/app_list/app_list_constants.h ('k') | ui/app_list/search_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_constants.cc
diff --git a/ui/app_list/app_list_constants.cc b/ui/app_list/app_list_constants.cc
index 29b4a9b2eb17637b12c35cc9107ab001d620f563..a3c0ada4bce6a28e5b9723ef8fc23bbaa423ac03 100644
--- a/ui/app_list/app_list_constants.cc
+++ b/ui/app_list/app_list_constants.cc
@@ -129,6 +129,10 @@ const char kPageOpenedHistogram[] = "Apps.AppListPageOpened";
const char kSearchResultOpenDisplayTypeHistogram[] =
"Apps.AppListSearchResultOpenDisplayType";
+// The UMA histogram that logs how long the search query was when a result was
+// opened.
+const char kSearchQueryLength[] = "Apps.AppListSearchQueryLength";
+
#if defined(OS_LINUX)
#if defined(GOOGLE_CHROME_BUILD)
const char kAppListWMClass[] = "chrome_app_list";
« no previous file with comments | « ui/app_list/app_list_constants.h ('k') | ui/app_list/search_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698