Index: net/proxy/proxy_resolver_winhttp.cc |
diff --git a/net/proxy/proxy_resolver_winhttp.cc b/net/proxy/proxy_resolver_winhttp.cc |
index 46665fc815fcb650b18314e8bfe377f9ce0ba3df..1e14fbb51bf1252c33c385c2a0e10d9e0104e75b 100644 |
--- a/net/proxy/proxy_resolver_winhttp.cc |
+++ b/net/proxy/proxy_resolver_winhttp.cc |
@@ -76,7 +76,6 @@ int ProxyResolverWinHttp::GetProxyForURL(const GURL& query_url, |
} |
if (!ok) { |
DWORD error = GetLastError(); |
- LOG(ERROR) << "WinHttpGetProxyForUrl failed: " << error; |
// If we got here because of RPC timeout during out of process PAC |
// resolution, no further requests on this session are going to work. |
if (ERROR_WINHTTP_TIMEOUT == error || |