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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue