diff options
Diffstat (limited to 'net/proxy/proxy_list.h')
-rw-r--r-- | net/proxy/proxy_list.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/proxy/proxy_list.h b/net/proxy/proxy_list.h index b2b0976..884dec9 100644 --- a/net/proxy/proxy_list.h +++ b/net/proxy/proxy_list.h @@ -22,6 +22,9 @@ class ProxyList { // delimited by a semicolon. void Set(const std::string& proxy_uri_list); + // 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); |