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); |
} |