| Index: ipc/ipc_channel_posix.h | 
| diff --git a/ipc/ipc_channel_posix.h b/ipc/ipc_channel_posix.h | 
| index ecfd41a70b69493abf7d065304b73b7c8e8a4dd2..cee613a4b9ebf2c059529b7792e2b24aef784e0c 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(); | 
|  |