diff options
Diffstat (limited to 'net/proxy/proxy_info.h')
-rw-r--r-- | net/proxy/proxy_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/proxy/proxy_info.h b/net/proxy/proxy_info.h index db9422d..5a386ae 100644 --- a/net/proxy/proxy_info.h +++ b/net/proxy/proxy_info.h @@ -34,6 +34,9 @@ class ProxyInfo { // It is OK to have LWS between entries. void UseNamedProxy(const std::string& proxy_uri_list); + // Set the proxy list to a single entry, |proxy_server|. + void UseProxyServer(const ProxyServer& proxy_server); + // Parse from the given PAC result. void UsePacString(const std::string& pac_string) { proxy_list_.SetFromPacString(pac_string); |