| 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,
|
|
|