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

Unified Diff: chrome/browser/ui/app_list/extension_app_item.cc

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 | « no previous file | chrome/browser/ui/app_list/search/app_result.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/extension_app_item.cc
diff --git a/chrome/browser/ui/app_list/extension_app_item.cc b/chrome/browser/ui/app_list/extension_app_item.cc
index 1d31064c053dc3c516eeed8e4b3fbf4939f79bdb..97912f148fd6ac4464f7929c45ba3711ae297106 100644
--- a/chrome/browser/ui/app_list/extension_app_item.cc
+++ b/chrome/browser/ui/app_list/extension_app_item.cc
@@ -258,9 +258,7 @@ void ExtensionAppItem::Activate(int event_flags) {
if (RunExtensionEnableFlow())
return;
- AppLauncherHandler::RecordAppLaunchType(
- extension_misc::APP_LAUNCH_APP_LIST_MAIN,
- extension->GetType());
+ AppLauncherHandler::RecordAppListMainLaunch(extension);
controller_->ActivateApp(profile_, extension, event_flags);
}
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/search/app_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698