Fix system proxy config resolver constructor

This commit is contained in:
Samuel Attard 2017-12-18 11:53:09 +11:00 committed by Aleksei Kuzmin
parent f2edd5d068
commit 6f695b93d5

View file

@ -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;