From 1707726c90f2e3eca0c91e08586130988bd6edfd Mon Sep 17 00:00:00 2001 From: "dmaclach@chromium.org" Date: Thu, 3 Feb 2011 20:35:09 +0000 Subject: Clean up channel modes Makes channel modes flags instead of a straight enum allowing us to check properties directly. BUG=none TEST=BUILD Review URL: http://codereview.chromium.org/6334061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73658 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_channel_posix.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ipc/ipc_channel_posix.h') 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(); -- cgit v1.1