|
Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()
This change hides constructors of these classes so that we can turn
them polymorphic classes.
Note that having almost identical ChannelProxy::Init*() isn't great
and they will be replaced by a factory-like abstraction in coming
changes.
TEST=none
R=darin,cpu
BUG= 377980
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274310
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+359 lines, -208 lines) |
Patch |
|
M |
apps/app_shim/app_shim_host_mac.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
apps/app_shim/chrome_main_app_mode_mac.mm
|
View
|
1
3
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
View
|
|
3 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
|
M |
chrome/browser/service_process/service_process_control.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/service_process/service_process_control.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/service/service_ipc_server.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
components/nacl/browser/nacl_process_host.cc
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
components/nacl/loader/nacl_listener.cc
|
View
|
3
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
components/nacl/loader/nacl_trusted_listener.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
components/nacl/renderer/manifest_service_channel.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/nacl/renderer/trusted_plugin_channel.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/child/child_thread.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -7 lines |
0 comments
|
Download
|
|
M |
content/child/npapi/np_channel_base.cc
|
View
|
3
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/common/gpu/client/gpu_channel_host.cc
|
View
|
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/common/gpu/gpu_channel.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_proxy.h
|
View
|
3
|
3 chunks |
+40 lines, -6 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_proxy.cc
|
View
|
3
|
3 chunks |
+80 lines, -10 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_sync_channel.h
|
View
|
|
2 chunks |
+36 lines, -9 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_sync_channel.cc
|
View
|
1
3
|
1 chunk |
+55 lines, -9 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_sync_channel_unittest.cc
|
View
|
3
|
6 chunks |
+32 lines, -33 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_test_base.cc
|
View
|
3
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
ppapi/nacl_irt/manifest_service.cc
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
ppapi/nacl_irt/ppapi_dispatcher.cc
|
View
|
3
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
ppapi/proxy/proxy_channel.cc
|
View
|
3
|
1 chunk |
+8 lines, -5 lines |
0 comments
|
Download
|
|
M |
remoting/host/desktop_process.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
remoting/host/desktop_process_unittest.cc
|
View
|
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
remoting/host/desktop_session_proxy.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
remoting/host/ipc_desktop_environment_unittest.cc
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
remoting/host/ipc_util_posix.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
remoting/host/ipc_util_win.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
remoting/host/remoting_me2me_host.cc
|
View
|
|
1 chunk |
+6 lines, -8 lines |
0 comments
|
Download
|
|
M |
remoting/host/win/worker_process_launcher_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
tools/ipc_fuzzer/replay/replay_process.cc
|
View
|
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
win8/metro_driver/chrome_app_view_ash.cc
|
View
|
1
3
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
win8/viewer/metro_viewer_process_host.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|