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 2f92b54e1f781590fe2b17dfd0edb47199e955f4..730825ab622bb554156fc526aea9bdd58c7ec18b 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 |
@@ -49,8 +49,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. |