Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
index df01795fcaf93e5281e71137da129764b055ba88..3c6739c7544ac2bdf0712b02ae6e5a197f614049 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
@@ -179,6 +179,9 @@ class DataReductionProxyConfig |
// tied to whether the Data Reduction Proxy is enabled. |
bool promo_allowed() const; |
+ // Returns the HTTP proxy servers to be used. |
bengr
2015/12/29 17:46:00
I think this is the wrong interface to expose. Try
tbansal1
2015/12/29 23:34:21
Done.
|
+ const std::vector<net::ProxyServer>& proxies_for_http() const; |
+ |
// Sets |lofi_off_| to true. |
void SetLoFiModeOff(); |