summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_chrome_distribution.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/google_chrome_distribution.cc')
-rw-r--r--chrome/installer/util/google_chrome_distribution.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
index 945fc92..0a361ae 100644
--- a/chrome/installer/util/google_chrome_distribution.cc
+++ b/chrome/installer/util/google_chrome_distribution.cc
@@ -439,10 +439,6 @@ void GoogleChromeDistribution::LaunchUserExperiment(
if ((installer_util::NEW_VERSION_UPDATED != status) || system_install)
return;
- // If user has not opted-in for usage stats we don't do the experiments.
- if (!GoogleUpdateSettings::GetCollectStatsConsent())
- return;
-
// currently only two equal experiment groups. 90% get the welcome back url.
int flavor = (base::RandDouble() > 0.1) ? 0 : 1;