| Index: chrome/browser/chrome_browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main.cc (revision 125856)
|
| +++ chrome/browser/chrome_browser_main.cc (working copy)
|
| @@ -633,6 +633,7 @@
|
| // Even though base::Bind does AddRef and Release, the object will not be
|
| // deleted after the Task is executed.
|
| field_trial_synchronizer_ = new FieldTrialSynchronizer();
|
| + field_trial_synchronizer_->Init();
|
| }
|
|
|
| // This is an A/B test for the maximum number of persistent connections per
|
|
|