Index: chrome/browser/metrics/field_trial_synchronizer.h |
=================================================================== |
--- chrome/browser/metrics/field_trial_synchronizer.h (revision 125856) |
+++ chrome/browser/metrics/field_trial_synchronizer.h (working copy) |
@@ -37,6 +37,9 @@ |
virtual ~FieldTrialSynchronizer(); |
+ // Initialize the synchronizer, which sets up the child process logging. |
+ void Init(); |
+ |
// Notify all renderer processes about the |group_name| that is finalized for |
// the given field trail (|field_trial_name|). This is called on UI thread. |
void NotifyAllRenderers(const std::string& field_trial_name, |