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

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

Issue 2626963003: Remove kAllowed and kFallbackAllowed from data reduction proxy (Closed)
Patch Set: Addressed nits Created 3 years, 11 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 28bc3f004b7953ccbfa3274f5934ace7913ebefd..15c4579228837fab46fffa3e80c84885ab4b3b71 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
@@ -26,12 +26,6 @@ class DataReductionProxyConfigValues {
// proxy if enabled.
virtual bool holdback() const = 0;
- // Returns true if the data reduction proxy configuration may be used.
- virtual bool allowed() const = 0;
-
- // Returns true if the fallback proxy may be used.
- virtual bool fallback_allowed() 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