| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h
|
| index c1906082c4907da403fb7008a415ade188a0f195..cc5cfe07410e428a1d3b26fef5e4f38e32f18a63 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h
|
| @@ -40,8 +40,6 @@ class DataReductionProxyMutableConfigValues
|
| void Invalidate();
|
|
|
| // Overrides of |DataReductionProxyConfigValues|
|
| - bool promo_allowed() const override;
|
| - bool holdback() const override;
|
| const std::vector<DataReductionProxyServer>& proxies_for_http()
|
| const override;
|
| const GURL& secure_proxy_check_url() const override;
|
| @@ -50,8 +48,6 @@ class DataReductionProxyMutableConfigValues
|
| DataReductionProxyMutableConfigValues();
|
|
|
| private:
|
| - bool promo_allowed_;
|
| - bool holdback_;
|
| std::vector<DataReductionProxyServer> proxies_for_http_;
|
| GURL secure_proxy_check_url_;
|
|
|
|
|