Chromium Code Reviews| Index: net/proxy/proxy_list.h |
| =================================================================== |
| --- net/proxy/proxy_list.h (revision 12729) |
| +++ net/proxy/proxy_list.h (working copy) |
| @@ -22,6 +22,9 @@ |
| // 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); |