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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.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/common/data_reduction_proxy_event_creator.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h
index b7b0bf83450e5e7aa3b7aed9398d55655c6f5f43..66041de47dea4ab09807a0f3508161e305e42ad0 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h
@@ -48,8 +48,7 @@ class DataReductionProxyEventCreator {
void AddProxyEnabledEvent(
net::NetLog* net_log,
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);
// Adds the DATA_REDUCTION_PROXY_ENABLED event (with enabled=false) to the
// event store.

Powered by Google App Engine
This is Rietveld 408576698