|
Create abstraction for DataReductionProxyParams.
This allows DRPConfig to use different parameter storage mechanisms (for
now, just DRP Params) and be isolated from their underlying
implementations.
BUG= 466753
Committed: https://crrev.com/becf17df7886864575386a98829cd40ce5cf7212
Cr-Commit-Position: refs/heads/master@{#320855}
Total comments: 20
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+875 lines, -945 lines) |
Patch |
 |
M |
components/data_reduction_proxy.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc
|
View
|
|
4 chunks |
+29 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
View
|
1
2
3
|
8 chunks |
+29 lines, -14 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc
|
View
|
1
2
3
|
12 chunks |
+117 lines, -46 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
|
View
|
1
2
3
|
1 chunk |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+483 lines, -28 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc
|
View
|
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h
|
View
|
1
2
|
1 chunk |
+84 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
View
|
1
2
3
|
6 chunks |
+33 lines, -176 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
View
|
1
2
3
|
5 chunks |
+69 lines, -131 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h
|
View
|
3
|
2 chunks |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.cc
|
View
|
3
|
2 chunks |
+1 line, -37 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc
|
View
|
|
2 chunks |
+0 lines, -469 lines |
0 comments
|
Download
|
Total messages: 11 (2 generated)
|