Remove the dependence on BrowserThread::FILE for
https://codereview.chromium.org/2944313003
This commit is contained in:
parent
b29c485ec4
commit
6c7ad3ac58
5 changed files with 2 additions and 9 deletions
|
@ -134,7 +134,6 @@ net::URLRequestContextGetter* BrowserContext::CreateRequestContext(
|
|||
GetPath(),
|
||||
in_memory_,
|
||||
BrowserThread::GetTaskRunnerForThread(BrowserThread::IO),
|
||||
BrowserThread::GetTaskRunnerForThread(BrowserThread::FILE),
|
||||
protocol_handlers,
|
||||
std::move(protocol_interceptors));
|
||||
resource_context_->set_url_request_context_getter(url_request_getter_.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue