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

Unified Diff: chrome/browser/ui/app_list/search/app_result.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
Index: chrome/browser/ui/app_list/search/app_result.cc
diff --git a/chrome/browser/ui/app_list/search/app_result.cc b/chrome/browser/ui/app_list/search/app_result.cc
index c36912472a57ed0d6221ef32902e107d128ed885..c7d3f583eb9b4b424e7e800c13bbec79aa09833f 100644
--- a/chrome/browser/ui/app_list/search/app_result.cc
+++ b/chrome/browser/ui/app_list/search/app_result.cc
@@ -66,11 +66,10 @@ void AppResult::Open(int event_flags) {
if (!extension)
return;
- AppLauncherHandler::RecordAppLaunchType(
- extension_misc::APP_LAUNCH_APP_LIST_SEARCH,
- extension->GetType());
+ AppLauncherHandler::RecordAppListSearchLaunch(extension);
content::RecordAction(
content::UserMetricsAction("AppList_ClickOnAppFromSearch"));
+
controller_->ActivateApp(profile_, extension, event_flags);
}
« no previous file with comments | « chrome/browser/ui/app_list/extension_app_item.cc ('k') | chrome/browser/ui/webui/ntp/app_launcher_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698