Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index d0f0964f7a546f2c69d5f8e29eecc0db511d3d7a..1a557c6f8875dfaa6bdf76d44b7285358598f859 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(), |