1 --- src/3rdparty/chromium/ipc/ipc_channel.h.orig 2021-12-15 16:12:54 UTC 2 +++ src/3rdparty/chromium/ipc/ipc_channel.h 3 @@ -245,7 +245,7 @@ class COMPONENT_EXPORT(IPC) Channel : public Sender { 4 static std::string GenerateUniqueRandomChannelID(); 5 #endif 6 7 -#if defined(OS_LINUX) || defined(OS_CHROMEOS) 8 +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) 9 // Sandboxed processes live in a PID namespace, so when sending the IPC hello 10 // message from client to server we need to send the PID from the global 11 // PID namespace. 12