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

Unified Diff: chrome/browser/ui/webui/ntp/app_launcher_handler.cc

Issue 10332049: remove ntp app install hint (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync it Created 8 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 | « chrome/browser/resources/ntp4/tile_page.js ('k') | chrome/browser/ui/webui/ntp/new_tab_page_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/resources/ntp4/tile_page.js ('k') | chrome/browser/ui/webui/ntp/new_tab_page_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698