Fix system proxy config resolver constructor
This commit is contained in:
parent
f2edd5d068
commit
6f695b93d5
1 changed files with 1 additions and 5 deletions
|
@ -250,11 +250,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
||||||
storage_->set_proxy_service(
|
storage_->set_proxy_service(
|
||||||
net::CreateUsingSystemProxyResolver(
|
net::CreateUsingSystemProxyResolver(
|
||||||
std::move(proxy_config_service_),
|
std::move(proxy_config_service_),
|
||||||
new net::ProxyScriptFetcherImpl(url_request_context_.get()),
|
net_log_));
|
||||||
dhcp_factory.Create(url_request_context_.get()),
|
|
||||||
host_resolver.get(),
|
|
||||||
nullptr,
|
|
||||||
url_request_context_->network_delegate()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<std::string> schemes;
|
std::vector<std::string> schemes;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue