Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index 81bbef48cfb27be9817da82d8f10dc33bc4d4d4c..0f156e6f0b470b1b38ec234a100ea8323139c2ff 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(), |