| Index: net/interfaces/proxy_resolver_service.mojom
|
| diff --git a/net/interfaces/proxy_resolver_service.mojom b/net/interfaces/proxy_resolver_service.mojom
|
| index 68f798e8e8964dc85756a169757c7f407b75bb4e..133fe8b91d018574d27074fbd40b19ead69da5b1 100644
|
| --- a/net/interfaces/proxy_resolver_service.mojom
|
| +++ b/net/interfaces/proxy_resolver_service.mojom
|
| @@ -31,15 +31,13 @@ struct ProxyServer {
|
|
|
| interface ProxyResolver {
|
| // Use a ProxyResolverRequestClient instead of returning a result so we can
|
| - // receive load state updates and cancel in-flight requests by destroying the
|
| - // client.
|
| + // cancel in-flight requests by destroying the client.
|
| // TODO(amistry): Add BoundNetLog.
|
| GetProxyForUrl(string url, ProxyResolverRequestClient client);
|
| };
|
|
|
| interface ProxyResolverRequestClient {
|
| ReportResult(int32 error, array<ProxyServer>? proxy_servers);
|
| - LoadStateChanged(int32 load_state);
|
| };
|
|
|
| interface ProxyResolverErrorObserver {
|
|
|