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

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 15715003: Make app launcher Chrome Store UMA consistent with NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bs Created 7 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 | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index 9566f17952f28875d5bef2fad2a3f337f7fbf028..f55cca73dbedf4bb452c7f627ebbc7d6ea3bb408 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -255,6 +255,18 @@ namespace extension_misc {
// User clicked app launcher search result.
APP_LAUNCH_APP_LIST_SEARCH,
+ // User clicked the chrome app icon from the app launcher's main view.
+ APP_LAUNCH_APP_LIST_MAIN_CHROME,
+
+ // User clicked the webstore icon from the app launcher's main view.
+ APP_LAUNCH_APP_LIST_MAIN_WEBSTORE,
+
+ // User clicked the chrome app icon from the app launcher's search view.
+ APP_LAUNCH_APP_LIST_SEARCH_CHROME,
+
+ // User clicked the webstore icon from the app launcher's search view.
+ APP_LAUNCH_APP_LIST_SEARCH_WEBSTORE,
+
APP_LAUNCH_BUCKET_BOUNDARY,
APP_LAUNCH_BUCKET_INVALID
};
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698