| Index: net/proxy/proxy_config_service_android.cc
|
| diff --git a/net/proxy/proxy_config_service_android.cc b/net/proxy/proxy_config_service_android.cc
|
| index 66065fb1c665ebb3c006108cd13bc3c7913b2e73..44c4522251903eef2a0635a35a25ca2ddde813c4 100644
|
| --- a/net/proxy/proxy_config_service_android.cc
|
| +++ b/net/proxy/proxy_config_service_android.cc
|
| @@ -99,11 +99,6 @@ void AddBypassRules(const std::string& scheme,
|
| // http.nonProxyHosts property to *.android.com|*.kernel.org will cause
|
| // requests to http://developer.android.com to be made without a proxy.
|
|
|
| - // Force localhost to be on the proxy exclusion list;
|
| - // otherwise all localhost traffic is routed through
|
| - // the proxy which is not desired.
|
| - bypass_rules->AddRuleToBypassLocal();
|
| -
|
| std::string non_proxy_hosts =
|
| get_property.Run(scheme + ".nonProxyHosts");
|
| if (non_proxy_hosts.empty())
|
|
|