From c558244dc68392b18424e1300adc2acfe383746a Mon Sep 17 00:00:00 2001 From: jeremyim Date: Wed, 25 Mar 2015 12:51:30 -0700 Subject: Add the ability to use DataReductionProxyParams from DataReductionProxyConfigServiceClient. - Permit DRP RequestOptions to take auth credentials instead of always internally generating them. - Permit DRP Config to perform a reload of the configuration - Create a new DRP MutableConfigValues class which can have its underlying values updated. - Add a configuration refresh timer to DRP ConfigServiceClient, along with backoff logic. BUG=466753 Review URL: https://codereview.chromium.org/1024553009 Cr-Commit-Position: refs/heads/master@{#322217} --- components/data_reduction_proxy.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/data_reduction_proxy.gypi') diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi index 098c8a1..f8b37a5 100644 --- a/components/data_reduction_proxy.gypi +++ b/components/data_reduction_proxy.gypi @@ -108,6 +108,8 @@ 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', + 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc', + 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h', 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc', 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h', 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc', -- cgit v1.1