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

Unified Diff: components/data_reduction_proxy/browser/data_reduction_proxy_params.h

Issue 568893002: Trigger data reduction proxy unreachable message via on proxy fall back. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed bengr's comments Created 6 years, 3 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: 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.

Powered by Google App Engine
This is Rietveld 408576698