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