Index: components/data_reduction_proxy/browser/data_reduction_proxy_params.h |
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_params.h b/components/data_reduction_proxy/browser/data_reduction_proxy_params.h |
index f9ec3a308c7e1da00ae33ad9a3cd18d1bedf2d47..72b2c01a67fbade7a664962abd4979b340925a87 100644 |
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_params.h |
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_params.h |
@@ -126,11 +126,6 @@ class DataReductionProxyParams { |
const net::HostPortPair& host_port_pair, |
DataReductionProxyTypeInfo* proxy_info) const; |
- // Returns true if this request will be sent through the data request proxy |
- // based on applying the param rules to the URL. We do not check bad proxy |
- // list. |
- virtual bool IsDataReductionProxyEligible(const net::URLRequest* request); |
- |
// Returns true if this request would be bypassed by the data request proxy |
// based on applying the |data_reduction_proxy_config| param rules to the |
// request URL. |