DescriptionFix for CookieManager init race condition
As the cookiemanager can be used at any time from any thread, we need to
ensure it is constructed early in startup, synchronously to the
AndroidBrowserProcess.init() call.
This rolls back a little of the change made in
http://src.chromium.org/viewvc/chrome/trunk/src/android_webview/browser/net/init_native_callback.h?view=diff&r1=174173&r2=174174
(intenral issue b/8249158)
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185462
Patch Set 1 #
Total comments: 3
Patch Set 2 : pass CookieManager through the chain instead #Patch Set 3 : added a comment #
Messages
Total messages: 11 (0 generated)
|