diff options
Diffstat (limited to 'ipc/ipc_channel.h')
-rw-r--r-- | ipc/ipc_channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h index 5557306..2aeca1f 100644 --- a/ipc/ipc_channel.h +++ b/ipc/ipc_channel.h @@ -160,7 +160,7 @@ class IPC_EXPORT Channel : public Message::Sender { // deleted once the contents of the Message have been sent. virtual bool Send(Message* message) OVERRIDE; -#if defined(OS_POSIX) && !defined(OS_NACL) +#if defined(OS_POSIX) // On POSIX an IPC::Channel wraps a socketpair(), this method returns the // FD # for the client end of the socket. // This method may only be called on the server side of a channel. |