Index: net/proxy/proxy_list.h |
=================================================================== |
--- net/proxy/proxy_list.h (revision 35979) |
+++ net/proxy/proxy_list.h (working copy) |
@@ -25,8 +25,9 @@ |
// Set the proxy list to a single entry, |proxy_server|. |
void SetSingleProxyServer(const ProxyServer& proxy_server); |
- // Remove all proxies known to be bad from the proxy list. |
- void RemoveBadProxies(const ProxyRetryInfoMap& proxy_retry_info); |
+ // De-prioritizes the proxies that we have cached as not working, by moving |
+ // them to the end of the fallback list. |
+ void DeprioritizeBadProxies(const ProxyRetryInfoMap& proxy_retry_info); |
// Delete any entry which doesn't have one of the specified proxy schemes. |
// |scheme_bit_field| is a bunch of ProxyServer::Scheme bitwise ORed together. |