Chromium Code Reviews| 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 65733380aee04c848a4c18543391236ec8fbb598..11e56e289c3dcabda7c13b3988c08371dcfffa4c 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 |
| @@ -90,6 +90,9 @@ class DataReductionProxyConfig |
| bool alternative_enabled, |
| bool at_startup); |
| + // Reloads and applies the proxy configuration. |
|
bengr
2015/03/24 21:37:40
What does it mean to reload adn apply a configurat
jeremyim
2015/03/24 23:20:27
Done.
|
| + void ReloadConfig(); |
| + |
| // Returns true if a Data Reduction Proxy was used for the given |request|. |
| // If true, |proxy_info.proxy_servers.first| will contain the name of the |
| // proxy that was used. |proxy_info.proxy_servers.second| will contain the |