Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Issue 10662005: Use IPC::Sender and IPC::Listener in content. (Closed)

Created:
8 years, 6 months ago by brettw
Modified:
8 years, 6 months ago
Reviewers:
jam
CC:
chromium-reviews, michaeln, jochen+watch-content_chromium.org, jam, apatrick_chromium, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, kinuko+watch
Visibility:
Public.

Description

Use IPC::Sender and IPC::Listener in content. This replaces uses of IPC::Message::Sender with IPC::Sender and IPC::Channel::Listener with IPC::Listener. I also fixed up header files where it was obvious. BUG= TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=143920

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -206 lines) Patch
M content/browser/appcache/appcache_frontend_proxy.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/appcache/appcache_frontend_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/device_orientation/message_filter.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/gpu/gpu_process_host.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/plugin_data_remover_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/plugin_loader_posix.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/plugin_process_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/plugin_service_impl_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp.h View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp_server.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_host_test_utils.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_view_host_delegate.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/resolve_proxy_msg_helper_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/webui/web_ui_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/worker_host/worker_process_host.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/common/appcache/appcache_backend_proxy.h View 2 chunks +4 lines, -5 lines 0 comments Download
M content/common/appcache/appcache_dispatcher.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/common/child_process_host_impl.h View 3 chunks +3 lines, -2 lines 0 comments Download
M content/common/child_thread.h View 3 chunks +5 lines, -6 lines 0 comments Download
M content/common/child_thread.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/fileapi/file_system_dispatcher.h View 2 chunks +3 lines, -4 lines 0 comments Download
M content/common/font_cache_dispatcher_win.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/gpu/client/command_buffer_proxy_impl.h View 3 chunks +3 lines, -4 lines 0 comments Download
M content/common/gpu/client/command_buffer_proxy_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/client/gpu_channel_host.h View 5 chunks +5 lines, -5 lines 0 comments Download
M content/common/gpu/client/gpu_channel_host.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M content/common/gpu/client/gpu_video_decode_accelerator_host.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/common/gpu/gpu_channel.h View 3 chunks +5 lines, -5 lines 0 comments Download
M content/common/gpu/gpu_channel.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/gpu_channel_manager.h View 3 chunks +8 lines, -8 lines 0 comments Download
M content/common/gpu/gpu_channel_manager.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.h View 3 chunks +6 lines, -6 lines 0 comments Download
M content/common/gpu/image_transport_surface.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.h View 2 chunks +7 lines, -7 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/indexed_db/indexed_db_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M content/common/message_router.h View 4 chunks +11 lines, -11 lines 0 comments Download
M content/common/message_router.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M content/common/np_channel_base.h View 4 chunks +5 lines, -6 lines 0 comments Download
M content/common/np_channel_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/npobject_base.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/npobject_proxy.h View 5 chunks +7 lines, -6 lines 0 comments Download
M content/common/npobject_proxy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/npobject_stub.h View 3 chunks +7 lines, -6 lines 0 comments Download
M content/common/npobject_stub.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/quota_dispatcher.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/common/resource_dispatcher.h View 4 chunks +7 lines, -6 lines 0 comments Download
M content/common/resource_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/resource_dispatcher_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M content/common/socket_stream_dispatcher.h View 3 chunks +4 lines, -3 lines 0 comments Download
M content/common/webmessageportchannel_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/plugin/plugin_channel.h View 1 chunk +1 line, -1 line 0 comments Download
M content/plugin/webplugin_delegate_stub.h View 2 chunks +6 lines, -5 lines 0 comments Download
M content/ppapi_plugin/broker_process_dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M content/test/mock_render_thread.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/test/webrtc_audio_device_test.h View 2 chunks +2 lines, -4 lines 0 comments Download
M content/test/webrtc_audio_device_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/worker/websharedworker_stub.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
brettw
8 years, 6 months ago (2012-06-22 23:34:34 UTC) #1
jam
8 years, 6 months ago (2012-06-23 18:26:33 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698