Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.h |
index 84ab2bc429f491e5d9ab558fda198d321741cb2f..5658dcefb1172ad0b20e26889e079b76e450ada5 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.h |
@@ -39,16 +39,14 @@ bool MaybeBypassProxyAndPrepareToRetry( |
DataReductionProxyEventStore* event_store); |
// Adds data reduction proxies to |result|, where applicable, if result |
-// otherwise uses a direct connection for |url|, the proxy service's effective |
-// proxy configuration is not the data reduction proxy configuration, and the |
-// data reduction proxy is not bypassed. Also, configures |result| to proceed |
-// directly to the origin if |result|'s current proxy is the data |
-// reduction proxy, the |net::LOAD_BYPASS_DATA_REDUCTION_PROXY| |load_flag| is |
-// set, and the DataCompressionProxyCriticalBypass Finch trial is set. |
+// otherwise uses a direct connection for |url|, and the data reduction proxy is |
+// not bypassed. Also, configures |result| to proceed directly to the origin if |
+// |result|'s current proxy is the data reduction proxy, the |
+// |net::LOAD_BYPASS_DATA_REDUCTION_PROXY| |load_flag| is set, and the |
+// DataCompressionProxyCriticalBypass Finch trial is set. |
void OnResolveProxyHandler(const GURL& url, |
int load_flags, |
const net::ProxyConfig& data_reduction_proxy_config, |
- const net::ProxyConfig& proxy_service_proxy_config, |
const net::ProxyRetryInfoMap& proxy_retry_info, |
const DataReductionProxyParams* params, |
net::ProxyInfo* result); |