| Index: net/proxy/proxy_info.h
|
| diff --git a/net/proxy/proxy_info.h b/net/proxy/proxy_info.h
|
| index cea21e21afefa4dd0e27ef97776bb08b7adb6419..d0f727c1a229d8ce24dd46b31c8a91ae39444761 100644
|
| --- a/net/proxy/proxy_info.h
|
| +++ b/net/proxy/proxy_info.h
|
| @@ -44,9 +44,7 @@ class NET_EXPORT ProxyInfo {
|
| void UseProxyServer(const ProxyServer& proxy_server);
|
|
|
| // Parses from the given PAC result.
|
| - void UsePacString(const std::string& pac_string) {
|
| - proxy_list_.SetFromPacString(pac_string);
|
| - }
|
| + void UsePacString(const std::string& pac_string);
|
|
|
| // Returns true if this proxy info specifies a direct connection.
|
| bool is_direct() const {
|
|
|