| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 30cf27cd159a480e41640dab75d21f5bbdce9a99..570b1a5f73244b839735f125bddecc2fc7a260ad 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1541,7 +1541,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
|
| // Initialize user policy before creating the profile so the profile
|
| // initialization code sees policy settings.
|
| g_browser_process->browser_policy_connector()->InitializeUserPolicy(
|
| - username);
|
| + username, false /* wait_for_policy_fetch */);
|
| }
|
| #endif
|
|
|
|
|