| Index: content/zygote/zygote_linux.cc
|
| diff --git a/content/zygote/zygote_linux.cc b/content/zygote/zygote_linux.cc
|
| index 59d9313554e4e3c25ea0598e181f5650a9ea0a9c..c196a7fc2fa159be1ccb9222b018c06764852a05 100644
|
| --- a/content/zygote/zygote_linux.cc
|
| +++ b/content/zygote/zygote_linux.cc
|
| @@ -435,8 +435,6 @@ int Zygote::ForkWithRealPid(const std::string& process_type,
|
| DLOG(ERROR) << "Failed to find kMojoIPCChannel in FD mapping";
|
| return -1;
|
| }
|
| - int ipc_channel_fd = LookUpFd(fd_mapping, kPrimaryIPCChannel);
|
| - DCHECK_EQ(-1, ipc_channel_fd);
|
| std::vector<int> fds;
|
| fds.push_back(mojo_channel_fd); // kBrowserFDIndex
|
| fds.push_back(pid_oracle.get()); // kPIDOracleFDIndex
|
|
|