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

Unified Diff: chrome/installer/util/google_chrome_distribution.cc

Issue 467059: Merge 34130 - Remove check for usage stats in the toast experiment... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/195/src/
Patch Set: Created 11 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/google_chrome_distribution.cc
===================================================================
--- chrome/installer/util/google_chrome_distribution.cc (revision 34130)
+++ chrome/installer/util/google_chrome_distribution.cc (working copy)
@@ -429,10 +429,6 @@
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698