Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
index 05f0e5bae3fb2f2b17f3da78bd7e58ed609031c0..e4acf281b0922c6dc57c5d4998e743a56596ae96 100644 |
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
@@ -155,8 +155,10 @@ class DataReductionProxyParams { |
// reduction proxies in min_retry_delay (if not NULL). If there are no |
// bypassed data reduction proxies for the request scheme, returns false and |
// does not assign min_retry_delay. |
- bool AreDataReductionProxiesBypassed(const net::URLRequest& request, |
- base::TimeDelta* min_retry_delay) const; |
+ bool AreDataReductionProxiesBypassed( |
+ const net::URLRequest& request, |
+ const net::ProxyConfig& data_reduction_proxy_config, |
+ base::TimeDelta* min_retry_delay) const; |
// Checks if all configured data reduction proxies are in the retry map. |
// Returns true if the request is bypassed by all configured data reduction |