Index: chrome/browser/ui/webui/ntp/app_launcher_handler.cc |
diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.cc b/chrome/browser/ui/webui/ntp/app_launcher_handler.cc |
index edcc66b9e5e465b6013fb55383f1cdf2aa5d5378..2a054546bbda93ce0a62546116650ff77fe3bdae 100644 |
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.cc |
@@ -837,16 +837,6 @@ void AppLauncherHandler::RecordAppLaunchType( |
extension_misc::AppLaunchBucket bucket) { |
UMA_HISTOGRAM_ENUMERATION(extension_misc::kAppLaunchHistogram, bucket, |
extension_misc::APP_LAUNCH_BUCKET_BOUNDARY); |
- |
- static const bool webstore_link_experiment_exists = |
- base::FieldTrialList::TrialExists(kWebStoreLinkExperiment); |
- if (webstore_link_experiment_exists) { |
- UMA_HISTOGRAM_ENUMERATION( |
- base::FieldTrial::MakeName(extension_misc::kAppLaunchHistogram, |
- kWebStoreLinkExperiment), |
- bucket, |
- extension_misc::APP_LAUNCH_BUCKET_BOUNDARY); |
- } |
} |
// static |