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

Unified Diff: chrome/browser/ui/webui/ntp/app_launcher_handler.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
Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h
diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
index 2751f6784c8333a861b8008c43de32e95097f4f3..986d055b0cc7f35068c6fb3ca19ccd69bcd64755 100644
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
@@ -116,6 +116,12 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
static void RecordAppLaunchType(extension_misc::AppLaunchBucket bucket,
extensions::Manifest::Type app_type);
+ // Records an app launch from the search view of the app list.
+ static void RecordAppListSearchLaunch(const extensions::Extension* extension);
+
+ // Records an app launch from the main view of the app list.
+ static void RecordAppListMainLaunch(const extensions::Extension* extension);
+
private:
struct AppInstallInfo {
AppInstallInfo();
« no previous file with comments | « chrome/browser/ui/app_list/search/app_result.cc ('k') | chrome/browser/ui/webui/ntp/app_launcher_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698