|
Update content module for IPC attachment brokering.
This CL has no functional effect, although it stubs in necessary placeholders
for IPC attachment brokering.
The browser process now has access to a singleton AttachmentBroker* via
content::ChildProcessHost::GetAttachmentBroker().
Child processes now have access to an AttachmentBroker* via
content::ChildThread. Each instance of ChildThread creates an AttachmentBroker
during Init().
BUG= 493414
Committed: https://crrev.com/f7f98882ff232dd35cb03c76b78a8b51bd6643a0
Cr-Commit-Position: refs/heads/master@{#334958}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+153 lines, -55 lines) |
Patch |
 |
M |
content/browser/gpu/browser_gpu_channel_host_factory.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/browser_gpu_channel_host_factory.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/plugin_data_remover_impl.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/child_thread_impl.h
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/child_thread_impl.cc
|
View
|
|
5 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/npapi/np_channel_base.h
|
View
|
|
3 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/npapi/np_channel_base.cc
|
View
|
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/common/child_process_host_impl.cc
|
View
|
1
2
3
4
|
4 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_channel_host.h
|
View
|
9
10
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_channel_host.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_channel.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_channel.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_channel_manager.h
|
View
|
1
2
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_channel_manager.cc
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_channel_manager_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/gpu/gpu_child_thread.cc
|
View
|
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/plugin/plugin_channel.h
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/plugin/plugin_channel.cc
|
View
|
|
2 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/plugin/plugin_thread.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/child/child_thread.h
|
View
|
1
2
9
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/common/child_process_host.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/mock_render_thread.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/mock_render_thread.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/npapi/plugin_channel_host.h
|
View
|
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/npapi/plugin_channel_host.cc
|
View
|
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/npapi/webplugin_delegate_proxy.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/render_thread_impl_browser_test_ipc_helper.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 37 (18 generated)
|