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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h

Issue 1871783002: Remove the Data Reduction Proxy TLS experiment code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tbansal comments Created 4 years, 8 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/core/common/data_reduction_proxy_config_values.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h
index aa48c2ba8618758e71f78d0f68b43c5f996088e4..73ee4ede8632bee717751c3681e00062284e820d 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h
@@ -37,16 +37,9 @@ class DataReductionProxyConfigValues {
// Returns true if the fallback proxy may be used.
virtual bool fallback_allowed() const = 0;
- // Returns true if the proxy server uses an HTTP tunnel to provide HTTPS
- // proxying.
- virtual bool UsingHTTPTunnel(const net::HostPortPair& proxy_server) const = 0;
-
// Returns the HTTP proxy servers to be used.
virtual const std::vector<net::ProxyServer>& proxies_for_http() const = 0;
- // Returns the HTTPS proxy servers to be used.
- virtual const std::vector<net::ProxyServer>& proxies_for_https() const = 0;
-
// Returns the URL to check to decide if the secure proxy origin should be
// used.
virtual const GURL& secure_proxy_check_url() const = 0;

Powered by Google App Engine
This is Rietveld 408576698