| 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 05102d60b9302561455b6153f7a866fe4ffb09c7..08d2f0441ce79b00bb50251c77681bc4fd95500d 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
|
| @@ -156,6 +156,7 @@ std::string GetServerExperimentsFieldTrialName();
|
| // proxy for ssl; these are not mutually exclusive.
|
| struct DataReductionProxyTypeInfo {
|
| DataReductionProxyTypeInfo();
|
| + DataReductionProxyTypeInfo(const DataReductionProxyTypeInfo& other);
|
| ~DataReductionProxyTypeInfo();
|
| std::vector<net::ProxyServer> proxy_servers;
|
| bool is_fallback;
|
|
|