|
Create a new DataReductionProxyConfig class
This instance will be created by the DataReductionProxySettings class,
and take ownership of the DataReductionProxyParams (currently owned by
DataReductionProxySettings).
BUG= 452773
Committed: https://crrev.com/32a19e6ad65292e1efc67986e6a61c0f29e393d3
Cr-Commit-Position: refs/heads/master@{#313980}
Total comments: 49
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1140 lines, -208 lines) |
Patch |
 |
M |
android_webview/browser/aw_browser_context.cc
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy.gypi
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/BUILD.gn
|
View
|
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+13 lines, -10 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
View
|
1
|
1 chunk |
+183 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc
|
View
|
1
|
1 chunk |
+292 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
|
View
|
1
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc
|
View
|
1
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
View
|
1
|
1 chunk |
+293 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator_test_utils.h
|
View
|
1
2
3
|
1 chunk |
+90 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator_test_utils.cc
|
View
|
1
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unittest.cc
|
View
|
|
8 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc
|
View
|
1
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
View
|
1
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
View
|
1
|
5 chunks |
+4 lines, -32 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
View
|
1
|
12 chunks |
+21 lines, -26 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
|
View
|
1
|
2 chunks |
+9 lines, -43 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
View
|
1
|
6 chunks |
+12 lines, -42 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
|
View
|
1
|
3 chunks |
+28 lines, -27 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 14 (5 generated)
|