| Index: content/zygote/zygote_linux.cc
|
| diff --git a/content/zygote/zygote_linux.cc b/content/zygote/zygote_linux.cc
|
| index 0a333e38843bf6b76d297efd1d63368b36b90b92..7140cc8c12c45086caab884cd87ce221c24ad6f5 100644
|
| --- a/content/zygote/zygote_linux.cc
|
| +++ b/content/zygote/zygote_linux.cc
|
| @@ -5,6 +5,7 @@
|
| #include "content/zygote/zygote_linux.h"
|
|
|
| #include <fcntl.h>
|
| +#include <stdint.h>
|
| #include <string.h>
|
| #include <sys/socket.h>
|
| #include <sys/types.h>
|
| @@ -430,6 +431,7 @@ int Zygote::ForkWithRealPid(const std::string& process_type,
|
| // to system trace event data.
|
| base::trace_event::TraceLog::GetInstance()->SetProcessID(
|
| static_cast<int>(real_pid));
|
| + base::InitUniqueIdForProcessInPidNamespace(real_pid);
|
| #endif
|
| return 0;
|
| }
|
|
|