--- content/browser/child_process_launcher_helper.h.orig 2024-04-15 20:33:57 UTC +++ content/browser/child_process_launcher_helper.h @@ -293,7 +293,7 @@ class ChildProcessLauncherHelper std::unique_ptr delegate_; base::WeakPtr child_process_launcher_; -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) // The priority of the process. The state is stored to avoid changing the // setting repeatedly. std::optional priority_;