summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_channel_posix.h')
-rw-r--r--ipc/ipc_channel_posix.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ipc/ipc_channel_posix.h b/ipc/ipc_channel_posix.h
index ecfd41a..cee613a 100644
--- a/ipc/ipc_channel_posix.h
+++ b/ipc/ipc_channel_posix.h
@@ -56,9 +56,7 @@ class Channel::ChannelImpl : public MessageLoopForIO::Watcher {
void ResetToAcceptingConnectionState();
private:
- bool CreatePipe(const IPC::ChannelHandle& channel_handle,
- bool uses_domain_sockets,
- bool listening_socket);
+ bool CreatePipe(const IPC::ChannelHandle& channel_handle);
bool ProcessIncomingMessages();
bool ProcessOutgoingMessages();