| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
|
| index 33e1e718e1f83c9fa8a156ec791eee873f9d8362..55643234ff6f8ac2554a828830ac5180e02bda7e 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
|
| @@ -35,6 +35,8 @@ class DataReductionProxyConfigurator {
|
| // Enables data reduction using the proxy servers in |proxies_for_http|.
|
| // |secure_transport_restricted| indicates that proxies going over secure
|
| // transports can not be used.
|
| + // TODO: crbug.com/675764: Pass a vector of DataReductionProxyServer
|
| + // instead of net::ProxyServer.
|
| virtual void Enable(bool secure_transport_restricted,
|
| const std::vector<net::ProxyServer>& proxies_for_http);
|
|
|
|
|