Index: ipc/ipc_channel_nacl.cc |
diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc |
index 197e5993895b0a609058ff04fcc78c15b155f9ff..008b50c6864edebf4d5f0ae003a16ff92e90de03 100644 |
--- a/ipc/ipc_channel_nacl.cc |
+++ b/ipc/ipc_channel_nacl.cc |
@@ -155,6 +155,8 @@ base::ProcessId ChannelNacl::GetSelfPID() const { |
} |
bool ChannelNacl::Connect() { |
+ WillConnect(); |
+ |
if (pipe_ == -1) { |
DLOG(WARNING) << "Channel creation failed: " << pipe_name_; |
return false; |