Convert ProxyResolutionServiceProvider to use Network Service.

1419264
This commit is contained in:
deepak1556 2019-01-24 20:27:08 +05:30
parent 035eee5c03
commit 86a94126fb
2 changed files with 3 additions and 1 deletions

View file

@ -54,6 +54,7 @@ class ResolveProxyHelper
// network::mojom::ProxyLookupClient implementation.
void OnProxyLookupComplete(
int32_t net_error,
const base::Optional<net::ProxyInfo>& proxy_info) override;
// Self-reference. Owned as long as there's an outstanding proxy lookup.