Chromium Code Reviews| Index: content/zygote/zygote_linux.cc |
| diff --git a/content/zygote/zygote_linux.cc b/content/zygote/zygote_linux.cc |
| index 59a14c1c9ef3f12102a581125d1ff584598048b4..6cd9ceccde0e1b14e1c782f213ef70ee44d49cd6 100644 |
| --- a/content/zygote/zygote_linux.cc |
| +++ b/content/zygote/zygote_linux.cc |
| @@ -440,6 +440,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::SetUniqueIdForProcess(static_cast<uint32>(real_pid)); |
|
danakj
2015/06/17 17:17:16
What about other platforms?
|
| #endif |
| return 0; |
| } |