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

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: 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_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 d54113d2eb53c690bcc8a7c9149c674616a0d11c..57b1fe150079934b3ad9e7d32d1a6560c06174f2 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
@@ -67,9 +67,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