|
Separate out IPC::Message::Sender and Channel::Listener into a separate class.
I fixed the places that did IPC::Channel::Sender (I don't even know how this compiled, but I presume this means the "Sender" base class of the "Channel" which ends up being right).
We can fix the other users of this later.
BUG=
TEST=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=141534
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+155 lines, -87 lines) |
Patch |
 |
M |
chrome/browser/automation/automation_provider.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/service/service_process_control.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_process_host_ui_shim.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/render_widget_host.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/test/mock_render_process_host.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc.gypi
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_channel.h
|
View
|
1
2
3
|
2 chunks |
+12 lines, -28 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_channel_posix_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ipc/ipc_channel_proxy.h
|
View
|
1
2
3
|
6 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_channel_proxy.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_channel_reader.h
|
View
|
1
2
3
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_channel_reader.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_fuzzing_tests.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
ipc/ipc_listener.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_logging.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_logging.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ipc/ipc_message.h
|
View
|
1
2
3
|
2 chunks |
+8 lines, -11 lines |
0 comments
|
Download
|
 |
A |
ipc/ipc_sender.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_sync_channel_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ipc/ipc_sync_message_filter.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_tests.cc
|
View
|
1
2
3
4
|
5 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|