summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-09 02:05:37 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-09 02:05:37 +0000
commit784cee8f1792d709d0063ab683860492e9e4332e (patch)
tree281a7a7ea70cec5dfd5ab44b7ae156d7a5cd26ce
parent323b8772cc71c47f2cc5d9d7286238e291515117 (diff)
downloadchromium_src-784cee8f1792d709d0063ab683860492e9e4332e.zip
chromium_src-784cee8f1792d709d0063ab683860492e9e4332e.tar.gz
chromium_src-784cee8f1792d709d0063ab683860492e9e4332e.tar.bz2
Remove check for usage stats in the toast experiment
BUG=none TEST= same as before but you know don't need to opt-in for sending crash reports or usage stats TBR=rahulk Review URL: http://codereview.chromium.org/464078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34130 0039d316-1c4b-4281-b951-d872f2087c98
-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;