| Index: content/zygote/zygote_linux.cc
|
| diff --git a/content/zygote/zygote_linux.cc b/content/zygote/zygote_linux.cc
|
| index bd642216b1158466f6acc806a885ade583fcb045..dc6b7381a4e8433d3ede836d997a32d13c21d0c5 100644
|
| --- a/content/zygote/zygote_linux.cc
|
| +++ b/content/zygote/zygote_linux.cc
|
| @@ -395,9 +395,6 @@ int Zygote::ForkWithRealPid(const std::string& process_type,
|
| LOG(FATAL) << "Invalid pid from parent zygote";
|
| }
|
| #if defined(OS_LINUX)
|
| - // Sandboxed processes need to send the global, non-namespaced PID when
|
| - // setting up an IPC channel to their parent.
|
| - IPC::Channel::SetGlobalPid(real_pid);
|
| // Force the real PID so chrome event data have a PID that corresponds
|
| // to system trace event data.
|
| base::debug::TraceLog::GetInstance()->SetProcessID(
|
|
|