| 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 30c51ff7bc5f7daa825b0f39aa2ce0487b31891f..256c6c4ef8bd399a88b0252fef9d3bd3422d63eb 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
|
| @@ -13,7 +13,6 @@
|
| #include "url/gurl.h"
|
|
|
| namespace base {
|
| -class DictionaryValue;
|
| class TimeDelta;
|
| }
|
|
|
| @@ -132,10 +131,6 @@
|
| // If true, uses QUIC instead of SPDY to connect to proxies that use TLS.
|
| void EnableQuic(bool enable);
|
|
|
| - // Populates |response| with the Data Reduction Proxy server configuration.
|
| - // Virtual for mocking.
|
| - virtual void PopulateConfigResponse(base::DictionaryValue* response) const;
|
| -
|
| // Overrides of |DataReductionProxyConfigValues|
|
| bool UsingHTTPTunnel(const net::HostPortPair& proxy_server) const override;
|
|
|
|
|