1 --- src/3rdparty/chromium/ipc/ipc_channel.h.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/ipc/ipc_channel.h
3 @@ -218,7 +218,7 @@ class COMPONENT_EXPORT(IPC) Channel : public Sender {
4    static std::string GenerateUniqueRandomChannelID();
5  #endif
6 
7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_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