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

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

Issue 1732213002: Remove DataCompressionProxyDevRollout experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits 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_params.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
index 0e5df1a60afc67f2b8b7a187a5080af39160f456..8080df10915c275dafa7112d4b04a45630f4e765 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
@@ -107,10 +107,6 @@ bool WarnIfNoDataReductionProxy();
// proxy server as quic://proxy.googlezip.net.
bool IsIncludedInQuicFieldTrial();
-// Returns true if dev rollout is enabled on this client either through command
-// line switch or as a part of field trial.
-bool IsDevRolloutEnabled();
-
std::string GetQuicFieldTrialName();
// Returns true if the Data Reduction Proxy config client should be used.
@@ -216,11 +212,6 @@ class DataReductionProxyParams : public DataReductionProxyConfigValues {
bool quic_enabled() const { return quic_enabled_; }
- // Returns the corresponding string from preprocessor constants if defined,
- // and an empty string otherwise.
- virtual std::string GetDefaultDevOrigin() const;
- virtual std::string GetDefaultDevFallbackOrigin() const;
-
protected:
// Test constructor that optionally won't call Init();
DataReductionProxyParams(int flags,

Powered by Google App Engine
This is Rietveld 408576698