Make URLRequestContextAdapter initialization asynchronous
Currently we place a 2-second on URLRequestContextAdapter initialization, so that context can be initialized when embedders make requests. This CL changes so that tasks that depend on context being initialized will be run after the context is initialized properly, and URLRequestContextAdapter initialization won't block. BUG= Review URL: https://codereview.chromium.org/617393005 Cr-Commit-Position: refs/heads/master@{#299145}
Showing
Please register or sign in to comment