Chromium Code Reviews| Index: ipc/ipc_channel_posix.cc |
| diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc |
| index b0a8c38652feef2fe6ed7df90176059f227f53a9..b2e6f08f1e758dd581d13fea57d1b20af2e77f75 100644 |
| --- a/ipc/ipc_channel_posix.cc |
| +++ b/ipc/ipc_channel_posix.cc |
| @@ -338,6 +338,8 @@ bool ChannelPosix::CreatePipe( |
| } |
| bool ChannelPosix::Connect() { |
| + OnConnect(); |
| + |
| if (!server_listen_pipe_.is_valid() && !pipe_.is_valid()) { |
| DLOG(WARNING) << "Channel creation failed: " << pipe_name_; |
| return false; |