| Index: chrome/browser/zygote_host_linux.cc
|
| diff --git a/chrome/browser/zygote_host_linux.cc b/chrome/browser/zygote_host_linux.cc
|
| index 627d62b4b4596ce1589ce78d765b19e3396e2a1a..e0fe34978e581d529edd36699068e36345ab4533 100644
|
| --- a/chrome/browser/zygote_host_linux.cc
|
| +++ b/chrome/browser/zygote_host_linux.cc
|
| @@ -121,6 +121,7 @@ ZygoteHost::ZygoteHost() {
|
| base::LaunchApp(cmd_line.argv(), fds_to_map, false, &process);
|
| CHECK(process != -1) << "Failed to launch zygote process";
|
|
|
| + pid_ = process;
|
| close(fds[1]);
|
| control_fd_ = fds[0];
|
| }
|
|
|