| Index: net/proxy/proxy_service.h
|
| diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
|
| index ff5012fdf290defe7432bfe1c90d99f22047c215..fe81f540b236232c528311e2968d3962195d8602 100644
|
| --- a/net/proxy/proxy_service.h
|
| +++ b/net/proxy/proxy_service.h
|
| @@ -79,6 +79,11 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver,
|
| OldCompletionCallback* callback,
|
| PacRequest** pac_request,
|
| const BoundNetLog& net_log);
|
| + int ResolveProxy(const GURL& url,
|
| + ProxyInfo* results,
|
| + const net::CompletionCallback& callback,
|
| + PacRequest** pac_request,
|
| + const BoundNetLog& net_log);
|
|
|
| // This method is called after a failure to connect or resolve a host name.
|
| // It gives the proxy service an opportunity to reconsider the proxy to use.
|
|
|