Remove the dependence on BrowserThread::FILE for

https://codereview.chromium.org/2944313003
This commit is contained in:
Aleksei Kuzmin 2017-08-23 21:55:46 +03:00 committed by Cheng Zhao
parent b29c485ec4
commit 6c7ad3ac58
5 changed files with 2 additions and 9 deletions

View file

@ -98,7 +98,6 @@ void URLRequestFetchJob::BeforeStartInUI(
url_request_context_getter_ = new brightray::URLRequestContextGetter(
this, nullptr, nullptr, base::FilePath(), true,
BrowserThread::GetTaskRunnerForThread(BrowserThread::IO),
BrowserThread::GetTaskRunnerForThread(BrowserThread::FILE),
nullptr, content::URLRequestInterceptorScopedVector());
} else {
mate::Handle<api::Session> session;