aboutsummaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-content_browser_child__process__launcher__helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-content_browser_child__process__launcher__helper.h')
-rw-r--r--devel/electron32/files/patch-content_browser_child__process__launcher__helper.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-content_browser_child__process__launcher__helper.h b/devel/electron32/files/patch-content_browser_child__process__launcher__helper.h
deleted file mode 100644
index 4e3fab877f53..000000000000
--- a/devel/electron32/files/patch-content_browser_child__process__launcher__helper.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- content/browser/child_process_launcher_helper.h.orig 2024-08-14 20:54:59 UTC
-+++ content/browser/child_process_launcher_helper.h
-@@ -299,7 +299,7 @@ class ChildProcessLauncherHelper
- std::optional<base::ProcessId> process_id_ = std::nullopt;
- #endif // BUILDFLAG(IS_CHROMEOS)
-
--#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_;