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 bea9872c1499070bf1f59966278b1ce122efd8a6..84baad3e6e1a1ee1d0d92bdad99066e58f0d61c7 100644 |
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_params.h |
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_params.h |
@@ -134,11 +134,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. |