1 --- src/3rdparty/chromium/base/process/launch.h.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/base/process/launch.h
3 @@ -241,7 +241,7 @@ struct BASE_EXPORT LaunchOptions {
4    bool clear_environment = false;
5  #endif  // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_POSIX) || BUILDFLAG(IS_FUCHSIA)
6 
7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
9    // If non-zero, start the process using clone(), using flags as provided.
10    // Unlike in clone, clone_flags may not contain a custom termination signal
11    // that is sent to the parent when the child dies. The termination signal will
12