Update URLRequestFetchJob
This commit is contained in:
parent
e7f3a25626
commit
53bf82dd7c
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ void URLRequestFetchJob::BeforeStartInUI(
|
||||||
// We have to create the URLRequestContextGetter on UI thread.
|
// We have to create the URLRequestContextGetter on UI thread.
|
||||||
url_request_context_getter_ = new brightray::URLRequestContextGetter(
|
url_request_context_getter_ = new brightray::URLRequestContextGetter(
|
||||||
this, nullptr, nullptr, base::FilePath(), true,
|
this, nullptr, nullptr, base::FilePath(), true,
|
||||||
BrowserThread::UnsafeGetMessageLoopForThread(BrowserThread::IO),
|
BrowserThread::GetTaskRunnerForThread(BrowserThread::IO),
|
||||||
BrowserThread::UnsafeGetMessageLoopForThread(BrowserThread::FILE),
|
BrowserThread::GetTaskRunnerForThread(BrowserThread::FILE),
|
||||||
nullptr, content::URLRequestInterceptorScopedVector());
|
nullptr, content::URLRequestInterceptorScopedVector());
|
||||||
} else {
|
} else {
|
||||||
mate::Handle<api::Session> session;
|
mate::Handle<api::Session> session;
|
||||||
|
|
Loading…
Add table
Reference in a new issue