| Index: net/proxy/proxy_service.h
|
| diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
|
| index 3d894202591e5b016742551cf4afaf806fa24909..7fdf03d1f0423bd2b8d98572326f4d71a22a9131 100644
|
| --- a/net/proxy/proxy_service.h
|
| +++ b/net/proxy/proxy_service.h
|
| @@ -146,6 +146,11 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver,
|
| PacRequest** pac_request,
|
| const BoundNetLog& net_log);
|
|
|
| + // Explicitly trigger proxy fallback for the given |results|. Returns true
|
| + // if there is at least one proxy remaining in the list after fallback and
|
| + // false otherwise.
|
| + bool Fallback(ProxyInfo* results, const BoundNetLog& net_log);
|
| +
|
| // Called to report that the last proxy connection succeeded. If |proxy_info|
|
| // has a non empty proxy_retry_info map, the proxies that have been tried (and
|
| // failed) for this request will be marked as bad.
|
|
|