|
Plumb explicit IPC task runner through to IPC::Channel creation
In preparation for a follow-up CL, IPC::ChannelMojo needs to
know which TaskRunner it will be used from despite being constructed
on some arbitray other thread (for e.g. ChannelProxy).
This CL plumbs through an IPC TaskRunner to various Channel
instantiation sites to avoid lots of noise in the other CL.
There are no behavioral changes introduced here.
BUG= 612500, 619202
Committed: https://crrev.com/a34707ca8e2548fcc804ffaa9571adcba2d024a8
Cr-Commit-Position: refs/heads/master@{#406486}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+156 lines, -76 lines) |
Patch |
|
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/child/child_thread_impl.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/test/render_thread_impl_browser_test_ipc_helper.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
ipc/ipc_channel.h
|
View
|
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_common.cc
|
View
|
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_factory.h
|
View
|
1
2
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_factory.cc
|
View
|
1
2
|
3 chunks |
+16 lines, -5 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_mojo.h
|
View
|
|
3 chunks |
+16 lines, -6 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_mojo.cc
|
View
|
1
2
|
2 chunks |
+31 lines, -14 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_mojo_unittest.cc
|
View
|
|
6 chunks |
+25 lines, -11 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_proxy.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_proxy_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
ipc/ipc_fuzzing_tests.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
ipc/ipc_mojo_perftest.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_perftest_support.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_send_fds_test.cc
|
View
|
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_test_base.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_test_base.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
ipc/sync_socket_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/ipc_fuzzer/message_replay/replay_process.cc
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 28 (16 generated)
|