DescriptionInitialize BrowserPolicyConnector after the IOThread is created.
The import process on Windows spawns a subprocess and spins a nested message loop waiting for it to complete. If this subprocess takes longer than 5 seconds then the message loop will execute a delayed initialization task of the policy code, that grabs the system request context; however, since the IOThread hasn't been created yet this leads to a crash.
BUG=177843
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=184967
Patch Set 1 #
Total comments: 2
Patch Set 2 : wip #Patch Set 3 : fixed tests, fixed order of initialization of things #
Total comments: 16
Patch Set 4 : wrap chromeos-only code with ifdefs #Patch Set 5 : addressed comments #Patch Set 6 : Fixed desktop test #Patch Set 7 : fixed broken test #Messages
Total messages: 17 (0 generated)
|