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..69098b792378490aa48f36fd78b8e5c76522204f 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,11 @@ class DataReductionProxyConfig |
bool alternative_enabled, |
bool at_startup); |
+ // Provides a mechanism for an external object to force |this| to refresh |
+ // the Data Reduction Proxy configuration from |config_values_| and apply to |
+ // |configurator_|. Used by the Data Reduction Proxy config service client. |
+ 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 |