Index: ipc/ipc_sync_channel.cc |
diff --git a/ipc/ipc_sync_channel.cc b/ipc/ipc_sync_channel.cc |
index e77846c6d1b8839336915d2ef5f9da1e0ddebe75..7425a9be2d11cedd3715719e05cdd65497d25db4 100644 |
--- a/ipc/ipc_sync_channel.cc |
+++ b/ipc/ipc_sync_channel.cc |
@@ -355,14 +355,14 @@ void SyncChannel::SyncContext::OnWaitableEventSignaled(WaitableEvent* event) { |
SyncChannel::SyncChannel( |
- const std::string& channel_id, |
+ const IPC::ChannelHandle& channel_handle, |
Channel::Mode mode, |
Channel::Listener* listener, |
MessageLoop* ipc_message_loop, |
bool create_pipe_now, |
WaitableEvent* shutdown_event) |
: ChannelProxy( |
- channel_id, mode, ipc_message_loop, |
+ channel_handle, mode, ipc_message_loop, |
new SyncContext(listener, ipc_message_loop, shutdown_event), |
create_pipe_now), |
sync_messages_with_no_timeout_allowed_(true) { |