Convert over to channel handles
This hides some of the internals of the posix channels from users, and gets rid of several #ifdef POSIX blocks. Generally simplifies usage of channels xplatform. BUG=none TEST=build Review URL: http://codereview.chromium.org/5598010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68621 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- chrome/browser/plugin_data_remover.cc 1 addition, 6 deletionschrome/browser/plugin_data_remover.cc
- chrome/gpu/gpu_channel.cc 12 additions, 22 deletionschrome/gpu/gpu_channel.cc
- chrome/gpu/gpu_channel.h 4 additions, 18 deletionschrome/gpu/gpu_channel.h
- chrome/gpu/gpu_thread.cc 2 additions, 2 deletionschrome/gpu/gpu_thread.cc
- chrome/plugin/plugin_channel.cc 0 additions, 39 deletionschrome/plugin/plugin_channel.cc
- chrome/plugin/plugin_channel.h 1 addition, 15 deletionschrome/plugin/plugin_channel.h
- chrome/plugin/plugin_channel_base.cc 6 additions, 16 deletionschrome/plugin/plugin_channel_base.cc
- chrome/plugin/plugin_channel_base.h 4 additions, 3 deletionschrome/plugin/plugin_channel_base.h
- chrome/plugin/plugin_thread.cc 1 addition, 1 deletionchrome/plugin/plugin_thread.cc
- chrome/ppapi_plugin/ppapi_thread.cc 6 additions, 16 deletionschrome/ppapi_plugin/ppapi_thread.cc
- chrome/renderer/gpu_channel_host.cc 2 additions, 2 deletionschrome/renderer/gpu_channel_host.cc
- chrome/renderer/gpu_channel_host.h 2 additions, 1 deletionchrome/renderer/gpu_channel_host.h
- chrome/renderer/pepper_plugin_delegate_impl.cc 1 addition, 7 deletionschrome/renderer/pepper_plugin_delegate_impl.cc
- chrome/renderer/plugin_channel_host.cc 2 additions, 15 deletionschrome/renderer/plugin_channel_host.cc
- chrome/renderer/plugin_channel_host.h 2 additions, 1 deletionchrome/renderer/plugin_channel_host.h
- chrome/renderer/render_thread.cc 1 addition, 7 deletionschrome/renderer/render_thread.cc
- chrome/renderer/webplugin_delegate_proxy.cc 1 addition, 7 deletionschrome/renderer/webplugin_delegate_proxy.cc
- ipc/ipc_channel.h 7 additions, 2 deletionsipc/ipc_channel.h
- ipc/ipc_channel_handle.h 9 additions, 8 deletionsipc/ipc_channel_handle.h
- ipc/ipc_channel_posix.cc 17 additions, 11 deletionsipc/ipc_channel_posix.cc
Loading
Please register or sign in to comment