mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix system proxy config resolver constructor
This commit is contained in:
committed by
Aleksei Kuzmin
parent
f2edd5d068
commit
6f695b93d5
@@ -250,11 +250,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
||||
storage_->set_proxy_service(
|
||||
net::CreateUsingSystemProxyResolver(
|
||||
std::move(proxy_config_service_),
|
||||
new net::ProxyScriptFetcherImpl(url_request_context_.get()),
|
||||
dhcp_factory.Create(url_request_context_.get()),
|
||||
host_resolver.get(),
|
||||
nullptr,
|
||||
url_request_context_->network_delegate()));
|
||||
net_log_));
|
||||
}
|
||||
|
||||
std::vector<std::string> schemes;
|
||||
|
||||
Reference in New Issue
Block a user