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

Unified Diff: chrome/browser/metrics/field_trial_synchronizer.cc

Issue 10165014: Add and implement API to associate Google experiment IDs with FieldTrials. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: added time variable Created 8 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 | « base/metrics/field_trial.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/field_trial_synchronizer.cc
diff --git a/chrome/browser/metrics/field_trial_synchronizer.cc b/chrome/browser/metrics/field_trial_synchronizer.cc
index 09f8f07ba5641d986b9f684c0097cf9f7988308e..a6ad4c5cff6d8ca223919263e152774fe64e9938 100644
--- a/chrome/browser/metrics/field_trial_synchronizer.cc
+++ b/chrome/browser/metrics/field_trial_synchronizer.cc
@@ -20,7 +20,7 @@ FieldTrialSynchronizer::FieldTrialSynchronizer() {
field_trial_synchronizer_ = this;
base::FieldTrialList::AddObserver(this);
- ExperimentsHelper::SetChildProcessLoggingExperimentList();
+ experiments_helper::SetChildProcessLoggingExperimentList();
}
FieldTrialSynchronizer::~FieldTrialSynchronizer() {
@@ -52,7 +52,7 @@ void FieldTrialSynchronizer::OnFieldTrialGroupFinalized(
this,
field_trial_name,
group_name));
- ExperimentsHelper::SetChildProcessLoggingExperimentList();
+ experiments_helper::SetChildProcessLoggingExperimentList();
}
// static
« no previous file with comments | « base/metrics/field_trial.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698