aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-content_browser_child__process__launcher__helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-content_browser_child__process__launcher__helper.h')
-rw-r--r--devel/electron29/files/patch-content_browser_child__process__launcher__helper.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-content_browser_child__process__launcher__helper.h b/devel/electron29/files/patch-content_browser_child__process__launcher__helper.h
new file mode 100644
index 000000000000..d8c9b836d0f9
--- /dev/null
+++ b/devel/electron29/files/patch-content_browser_child__process__launcher__helper.h
@@ -0,0 +1,11 @@
+--- content/browser/child_process_launcher_helper.h.orig 2024-02-21 00:20:44 UTC
++++ content/browser/child_process_launcher_helper.h
+@@ -269,7 +269,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.
+ std::optional<base::Process::Priority> priority_;