mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
Move proxy constructor to ProxyService namespace
This commit is contained in:
committed by
Aleksei Kuzmin
parent
41b9825f00
commit
de2981a767
@@ -248,7 +248,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
||||
proxy_config));
|
||||
} else {
|
||||
storage_->set_proxy_service(
|
||||
net::CreateUsingSystemProxyResolver(
|
||||
net::ProxyService::CreateUsingSystemProxyResolver(
|
||||
std::move(proxy_config_service_),
|
||||
net_log_));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user