aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_child__process__launcher__helper.h
blob: b953724522e51ac101ea1c6a0e722934b11e02ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/child_process_launcher_helper.h.orig	2023-11-03 10:09:45 UTC
+++ content/browser/child_process_launcher_helper.h
@@ -262,7 +262,7 @@ class ChildProcessLauncherHelper
   std::unique_ptr<SandboxedProcessLauncherDelegate> delegate_;
   base::WeakPtr<ChildProcessLauncher> 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.
   absl::optional<base::Process::Priority> priority_;