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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h

Issue 2922663002: Data Reduction Proxy: Remove duplicate functions (Closed)
Patch Set: megjablon comments Created 3 years, 6 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_config_values.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h
index c2f79e9b84e9a36f411eb27c3be917c82f4159f1..7ae5f5971d820da0ab723f2ec37340e7ac569f45 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h
@@ -17,15 +17,6 @@ class DataReductionProxyConfigValues {
public:
virtual ~DataReductionProxyConfigValues() {}
- // Returns true if the data reduction proxy promo may be shown.
- // This is independent of whether the data reduction proxy is allowed.
- // TODO(bengr): maybe tie to whether proxy is allowed.
- virtual bool promo_allowed() const = 0;
-
- // Returns true if the data reduction proxy should not actually use the
- // proxy if enabled.
- virtual bool holdback() const = 0;
-
// Returns the HTTP proxy servers to be used.
virtual const std::vector<DataReductionProxyServer>& proxies_for_http()
const = 0;

Powered by Google App Engine
This is Rietveld 408576698