1 --- src/3rdparty/chromium/base/process/process_handle.h.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/base/process/process_handle.h
3 @@ -86,7 +86,7 @@ BASE_EXPORT UniqueProcId GetUniqueIdForProcess();
4  // processes may be reused.
5  BASE_EXPORT UniqueProcId GetUniqueIdForProcess();
6 
7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
9  // When a process is started in a different PID namespace from the browser
10  // process, this function must be called with the process's PID in the browser's
11  // PID namespace in order to initialize its unique ID. Not thread safe.
12