Index: net/proxy/proxy_config_unittest.cc |
=================================================================== |
--- net/proxy/proxy_config_unittest.cc (revision 19002) |
+++ net/proxy/proxy_config_unittest.cc (working copy) |
@@ -170,6 +170,17 @@ |
"ftp3:80", |
}, |
+ // Only socks proxy present, others being blank. |
+ { // NOLINT |
+ "socks=foopy", |
+ |
+ net::ProxyConfig::ProxyRules::TYPE_SINGLE_PROXY, |
+ "socks4://foopy:1080", |
+ NULL, |
+ NULL, |
+ NULL, |
+ }, |
+ |
// Include unsupported schemes -- they are discarded. |
{ |
"crazy=foopy ; foo=bar ; https=myhttpsproxy", |