|
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
Committed: https://crrev.com/c558244dc68392b18424e1300adc2acfe383746a
Cr-Commit-Position: refs/heads/master@{#322217}
Total comments: 46
Total comments: 12
Total comments: 14
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1033 lines, -78 lines) |
Patch |
 |
M |
components/data_reduction_proxy.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+31 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+67 lines, -10 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+147 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
View
|
1
2
3
4
|
4 chunks |
+165 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
|
View
|
1
2
3
4
|
4 chunks |
+19 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+34 lines, -15 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc
|
View
|
3
|
2 chunks |
+25 lines, -3 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h
|
View
|
1
2
3
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+140 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc
|
View
|
|
5 chunks |
+15 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
|
View
|
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
View
|
1
2
3
4
5
6
7
|
12 chunks |
+105 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
View
|
1
2
3
4
5
6
7
|
14 chunks |
+164 lines, -10 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 24 (3 generated)
|