| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index bf34323ddd2402b7782676cd777491c32fb0a12b..8e143d9cdd2f732cc32815500471239e7be8cadc 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -583,7 +583,10 @@ void SetupPreReadFieldTrial() {
|
| registry_path,
|
| base::Bind(&ChromeMetricsServiceAccessor::RegisterSyntheticFieldTrial));
|
|
|
| - // After startup is complete, update the pre-read group in the registry. The
|
| + // Initialize the PreRead options for the current process.
|
| + startup_metric_utils::InitializePreReadOptions(registry_path);
|
| +
|
| + // After startup is complete, update the PreRead group in the registry. The
|
| // group written in the registry will be used for the next startup.
|
| BrowserThread::PostAfterStartupTask(
|
| FROM_HERE, content::BrowserThread::GetBlockingPool(),
|
|
|