| Index: ipc/ipc_channel_posix.h
|
| diff --git a/ipc/ipc_channel_posix.h b/ipc/ipc_channel_posix.h
|
| index 14bb95c48e2228701960f943a454c4a5349c503f..95a3c20f30f0937cd0b4ff96b742ad2d45dd153c 100644
|
| --- a/ipc/ipc_channel_posix.h
|
| +++ b/ipc/ipc_channel_posix.h
|
| @@ -80,7 +80,7 @@ class IPC_EXPORT ChannelPosix : public Channel,
|
| // previously blocked messages may no longer be blocked.
|
| bool ProcessOutgoingMessages();
|
|
|
| - bool AcceptConnection();
|
| + bool OnConnect();
|
| void ClosePipeOnError();
|
| int GetHelloMessageProcId() const;
|
| void QueueHelloMessage();
|
|
|