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