DescriptionChange BrowserThreadDelegate to run Init() async.
After this change Init() method will be run as the first task
on the thread asynchronously from the UI thread initialization.
This allows us to speed up the startup by making IOThread Init()
a non-blocking task for the UI.
Changes AwUrlRequestContextGetter to create a CookieMonster on
UI thread since it needs to happen synchonously.
BUG=258231
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=212003
Patch Set 1 #
Total comments: 6
Patch Set 2 : Init and InitAsync #
Total comments: 3
Patch Set 3 : Addressed comments #
Messages
Total messages: 15 (0 generated)
|