Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(719)

Unified Diff: net/proxy/proxy_service.cc

Issue 382313003: Add data reduction functionality to all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch to run tests overnight. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/proxy/proxy_service.cc
diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc
index a1d634a75843d53f820b85861d42f3457676b1a6..0abeb7d40698294c8fd8bab117a97da15dbc14f7 100644
--- a/net/proxy/proxy_service.cc
+++ b/net/proxy/proxy_service.cc
@@ -1207,7 +1207,6 @@ int ProxyService::ReconsiderProxyAfterError(const GURL& url,
network_delegate, net_log);
}
-#if defined(SPDY_PROXY_AUTH_ORIGIN)
if (result->proxy_server().isDataReductionProxy()) {
bengr 2014/07/15 16:38:17 Pass in the name of the proxy server at ProxyServi
Not at Google. Contact bengr 2014/07/16 22:41:35 Done.
RecordDataReductionProxyBypassInfo(
true, false, result->proxy_server(), NETWORK_ERROR);
@@ -1219,7 +1218,6 @@ int ProxyService::ReconsiderProxyAfterError(const GURL& url,
RecordDataReductionProxyBypassOnNetworkError(
false, result->proxy_server(), net_error);
}
-#endif
// We don't have new proxy settings to try, try to fallback to the next proxy
// in the list.

Powered by Google App Engine
This is Rietveld 408576698