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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.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/browser/data_reduction_proxy_configurator.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
index 558751a8378cc55bbdf3f26c143bed1fd3813d74..a6be782db87841a16275ea574e83af62cbc4e25f 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
@@ -40,8 +40,7 @@ class DataReductionProxyConfigurator {
// proxy. If true, |secure_transport_restricted| indicates that proxies going
// over secure transports (HTTPS) should/can not be used.
virtual void Enable(bool secure_transport_restricted,
- const std::vector<net::ProxyServer>& proxies_for_http,
- const std::vector<net::ProxyServer>& proxies_for_https);
+ const std::vector<net::ProxyServer>& proxies_for_http);
// Constructs a proxy configuration suitable for disabling the Data Reduction
// proxy.

Powered by Google App Engine
This is Rietveld 408576698