summaryrefslogtreecommitdiffstats
path: root/components/data_reduction_proxy.gypi
diff options
context:
space:
mode:
authorjeremyim <jeremyim@chromium.org>2015-03-25 12:51:30 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-25 19:52:27 +0000
commitc558244dc68392b18424e1300adc2acfe383746a (patch)
treed58eff25b75cd08df1b81c38f5d12774f883816e /components/data_reduction_proxy.gypi
parentbc0b05bd43245357433854cba3179f28ad52d5f0 (diff)
downloadchromium_src-c558244dc68392b18424e1300adc2acfe383746a.zip
chromium_src-c558244dc68392b18424e1300adc2acfe383746a.tar.gz
chromium_src-c558244dc68392b18424e1300adc2acfe383746a.tar.bz2
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}
Diffstat (limited to 'components/data_reduction_proxy.gypi')
-rw-r--r--components/data_reduction_proxy.gypi2
1 files changed, 2 insertions, 0 deletions
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',