Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index 36780c6c15a07209afed0c0b9c7781ef9cb0625d..7477b38e1eb2fbc76547ce2de689b28d4b6a00d9 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(), |