Index: net/proxy/proxy_config_service_win_unittest.cc |
=================================================================== |
--- net/proxy/proxy_config_service_win_unittest.cc (revision 60502) |
+++ net/proxy/proxy_config_service_win_unittest.cc (working copy) |
@@ -103,7 +103,7 @@ |
""), // bypass rules |
}, |
- // SOCKS proxy configuration |
+ // SOCKS proxy configuration. |
{ |
{ // Input. |
FALSE, // fAutoDetect |
@@ -114,6 +114,10 @@ |
}, |
// Expected result. |
+ // Note that "socks" is interprted as meaning "socks4", since that is how |
+ // Internet Explorer applies the settings. For more details on this |
+ // policy, see: |
+ // http://code.google.com/p/chromium/issues/detail?id=55912#c2 |
false, // auto_detect |
GURL(), // pac_url |
ProxyRulesExpectation::PerSchemeWithSocks( |