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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.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_event_store.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h
index c44c51d3f0f1a59b090f137ae9d482a21392167c..8e37f6076681da1706d16d3e70d9cc7ebc4866ae 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h
@@ -66,9 +66,6 @@ class DataReductionProxyEventStore
// Returns the list of proxy servers for HTTP origins.
std::string GetHttpProxyList() const;
- // Returns the list of proxy servers for HTTPS origins.
- std::string GetHttpsProxyList() const;
-
// Returns a sanitized version of the last seen bypass event.
std::string SanitizedLastBypassEvent() const;

Powered by Google App Engine
This is Rietveld 408576698