|
Add DataReductionProxy IPC to determine if the Data Reduction Proxy was used.
The current mechanism is to create an instance of DataReductionProxyParams
inside of page_load_histogram, and to then check the proxy server inside of
DocumentState against DataReductionProxyParams. However, the plan is to make
the configuration dynamic, so we can no longer use DataReductionProxyParams.
BUG= 452773
Committed: https://crrev.com/364ac1187dced06102a369d0610ed0a853577b27
Cr-Commit-Position: refs/heads/master@{#318917}
Total comments: 14
Total comments: 6
Total comments: 4
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+318 lines, -62 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_renderer.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/DEPS
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/page_load_histograms.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/page_load_histograms.cc
|
View
|
1
2
|
3 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/BUILD.gn
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy.gypi
|
View
|
|
2 chunks |
+33 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/OWNERS
|
View
|
1
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/content/browser/BUILD.gn
|
View
|
|
1 chunk |
+44 lines, -20 lines |
0 comments
|
Download
|
 |
A + |
components/data_reduction_proxy/content/browser/DEPS
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/content/browser/data_reduction_proxy_message_filter.h
|
View
|
1
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/content/browser/data_reduction_proxy_message_filter.cc
|
View
|
1
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_unittest.cc
|
View
|
1
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/data_reduction_proxy/content/common/BUILD.gn
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
components/data_reduction_proxy/content/common/DEPS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/content/common/data_reduction_proxy_messages.h
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/data_reduction_proxy/content/common/data_reduction_proxy_messages.cc
|
View
|
|
1 chunk |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/document_state.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_message_start.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 32 (8 generated)
|