| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h
|
| index 69fea3d2c450c207ea94ce3240f975bff9a6dc5b..36d2cd31b400508d62062db5e219f2e20584d9f5 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h
|
| @@ -60,6 +60,11 @@ class DataReductionProxyMutableConfigValues
|
| std::vector<net::ProxyServer> proxies_for_https_;
|
| GURL secure_proxy_check_url_;
|
|
|
| + // Permits use of locally specified Data Reduction Proxy servers instead of
|
| + // ones specified from the Data Saver API.
|
| + bool use_override_proxies_for_http_;
|
| + std::vector<net::ProxyServer> override_proxies_for_http_;
|
| +
|
| // Enforce usage on the IO thread.
|
| base::ThreadChecker thread_checker_;
|
|
|
|
|