aboutsummaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-content_child_child__process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-content_child_child__process.cc')
-rw-r--r--devel/electron32/files/patch-content_child_child__process.cc29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/electron32/files/patch-content_child_child__process.cc b/devel/electron32/files/patch-content_child_child__process.cc
deleted file mode 100644
index 16d78a1571ea..000000000000
--- a/devel/electron32/files/patch-content_child_child__process.cc
+++ /dev/null
@@ -1,29 +0,0 @@
---- content/child/child_process.cc.orig 2024-08-14 20:54:59 UTC
-+++ content/child/child_process.cc
-@@ -35,7 +35,7 @@
- #include "content/common/android/cpu_time_metrics.h"
- #endif
-
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- #include "content/child/sandboxed_process_thread_type_handler.h"
- #endif
-
-@@ -70,7 +70,7 @@ ChildProcess::ChildProcess(base::ThreadType io_thread_
- thread_pool_init_params)
- : resetter_(&child_process, this, nullptr),
- io_thread_(std::make_unique<ChildIOThread>()) {
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- const base::CommandLine& command_line =
- *base::CommandLine::ForCurrentProcess();
- const bool is_embedded_in_browser_process =
-@@ -199,7 +199,7 @@ void ChildProcess::set_main_thread(ChildThreadImpl* th
- main_thread_.reset(thread);
- }
-
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- void ChildProcess::SetIOThreadType(base::ThreadType thread_type) {
- if (!io_thread_) {
- return;