| Index: ipc/ipc_channel_posix.cc
|
| diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc
|
| index a82e59196127f132f1f22772a0d7655d7add1b7d..86e6307024b096a01ab649413841247ad83022b2 100644
|
| --- a/ipc/ipc_channel_posix.cc
|
| +++ b/ipc/ipc_channel_posix.cc
|
| @@ -298,6 +298,7 @@ Channel::ChannelImpl::ChannelImpl(const IPC::ChannelHandle& channel_handle,
|
| #endif // IPC_USES_READWRITE
|
| pipe_name_(channel_handle.name),
|
| listener_(listener),
|
| + must_unlink_(false),
|
| factory_(this) {
|
| // Check to see if we want to implement using domain sockets.
|
| bool uses_domain_socket = false;
|
|
|