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

Unified Diff: chrome/common/metrics/variations/uniformity_field_trials.cc

Issue 13852036: Remove client-side google association from uniformity trials. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/metrics/variations/uniformity_field_trials.cc
===================================================================
--- chrome/common/metrics/variations/uniformity_field_trials.cc (revision 194992)
+++ chrome/common/metrics/variations/uniformity_field_trials.cc (working copy)
@@ -39,9 +39,6 @@
if (one_time_randomized)
trial->UseOneTimeRandomization();
chrome_variations::AssociateGoogleVariationID(
- chrome_variations::GOOGLE_WEB_PROPERTIES, trial_name, kDefaultGroupName,
- trial_base_id);
- chrome_variations::AssociateGoogleVariationID(
chrome_variations::GOOGLE_UPDATE_SERVICE, trial_name, kDefaultGroupName,
trial_base_id);
@@ -53,10 +50,6 @@
DVLOG(1) << " Group name = " << group_name;
trial->AppendGroup(group_name, kProbabilityPerGroup);
chrome_variations::AssociateGoogleVariationID(
- chrome_variations::GOOGLE_WEB_PROPERTIES, trial_name, group_name,
- static_cast<chrome_variations::VariationID>(trial_base_id +
- group_number));
- chrome_variations::AssociateGoogleVariationID(
chrome_variations::GOOGLE_UPDATE_SERVICE, trial_name, group_name,
static_cast<chrome_variations::VariationID>(trial_base_id +
group_number));
« 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