Chromium Code Reviews| Index: android_webview/browser/aw_browser_context.cc |
| diff --git a/android_webview/browser/aw_browser_context.cc b/android_webview/browser/aw_browser_context.cc |
| index 06793fa217dada615a6aae52326524e9e1a86b4f..2664ccf91215c242967603a879af887f4c4d3b35 100644 |
| --- a/android_webview/browser/aw_browser_context.cc |
| +++ b/android_webview/browser/aw_browser_context.cc |
| @@ -87,6 +87,7 @@ AwBrowserContext* AwBrowserContext::FromWebContents( |
| void AwBrowserContext::InitializeBeforeThreadCreation() { |
| DCHECK(!url_request_context_getter_.get()); |
| url_request_context_getter_ = new AwURLRequestContextGetter(this); |
| + url_request_context_getter_->InitializeOnUiThread(); |
|
awong
2013/07/11 20:43:48
I think we have to move this into PreMainMessageLo
Maria
2013/07/11 21:11:37
I think you are correct that I cannot be creating
|
| } |
| void AwBrowserContext::PreMainMessageLoopRun() { |