| Index: ipc/ipc_sync_channel.cc
|
| diff --git a/ipc/ipc_sync_channel.cc b/ipc/ipc_sync_channel.cc
|
| index 9cb6454405aa362631cd996a4d3e433948d84f8a..c135ef38eb3f4a414c9711aa559dc9e1ebce0fbc 100644
|
| --- a/ipc/ipc_sync_channel.cc
|
| +++ b/ipc/ipc_sync_channel.cc
|
| @@ -377,7 +377,6 @@ SyncChannel::SyncChannel(
|
| WaitableEvent* shutdown_event)
|
| : ChannelProxy(
|
| channel_handle, mode, ipc_message_loop,
|
| - false /* needs_override_peer_pid */,
|
| new SyncContext(listener, ipc_message_loop, shutdown_event),
|
| create_pipe_now),
|
| sync_messages_with_no_timeout_allowed_(true) {
|
|
|