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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_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: rebase 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/browser/data_reduction_proxy_mutable_config_values.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h
index 8a7b6cf070b055e00645a587dae1135d5e187e65..b51f915305b6ee384ba15fa738dd209ff4a53aa2 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h
@@ -43,9 +43,7 @@ class DataReductionProxyMutableConfigValues
bool holdback() const override;
bool allowed() const override;
bool fallback_allowed() const override;
- bool UsingHTTPTunnel(const net::HostPortPair& proxy_server) const override;
const std::vector<net::ProxyServer>& proxies_for_http() const override;
- const std::vector<net::ProxyServer>& proxies_for_https() const override;
const GURL& secure_proxy_check_url() const override;
protected:
@@ -57,7 +55,6 @@ class DataReductionProxyMutableConfigValues
bool allowed_;
bool fallback_allowed_;
std::vector<net::ProxyServer> proxies_for_http_;
- std::vector<net::ProxyServer> proxies_for_https_;
GURL secure_proxy_check_url_;
// Permits use of locally specified Data Reduction Proxy servers instead of

Powered by Google App Engine
This is Rietveld 408576698