| Index: net/proxy/proxy_config_service_common_unittest.h
|
| ===================================================================
|
| --- net/proxy/proxy_config_service_common_unittest.h (revision 20472)
|
| +++ net/proxy/proxy_config_service_common_unittest.h (working copy)
|
| @@ -19,7 +19,8 @@
|
| const char* single_proxy,
|
| const char* proxy_for_http,
|
| const char* proxy_for_https,
|
| - const char* proxy_for_ftp);
|
| + const char* proxy_for_ftp,
|
| + const char* socks_proxy);
|
|
|
| ProxyConfig::ProxyRules MakeSingleProxyRules(const char* single_proxy);
|
|
|
| @@ -28,6 +29,12 @@
|
| const char* proxy_https,
|
| const char* proxy_ftp);
|
|
|
| +ProxyConfig::ProxyRules MakeProxyPerSchemeRules(
|
| + const char* proxy_http,
|
| + const char* proxy_https,
|
| + const char* proxy_ftp,
|
| + const char* socks_proxy);
|
| +
|
| typedef std::vector<std::string> BypassList;
|
|
|
| // Joins the proxy bypass list using "\n" to make it into a single string.
|
|
|