| Index: content/shell/browser/shell_browser_context.cc
|
| diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc
|
| index ebd220e62d81ffacd632ed684c7af5f0700a6525..a61a6c7ba4c0eb265afa5c520f57ec40f79649ee 100644
|
| --- a/content/shell/browser/shell_browser_context.cc
|
| +++ b/content/shell/browser/shell_browser_context.cc
|
| @@ -132,8 +132,8 @@ ShellBrowserContext::CreateURLRequestContextGetter(
|
| URLRequestInterceptorScopedVector request_interceptors) {
|
| return new ShellURLRequestContextGetter(
|
| ignore_certificate_errors_, GetPath(),
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO),
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE),
|
| + BrowserThread::GetTaskRunnerForThread(BrowserThread::IO),
|
| + BrowserThread::GetTaskRunnerForThread(BrowserThread::FILE),
|
| protocol_handlers, std::move(request_interceptors), net_log_);
|
| }
|
|
|
|
|