aboutsummaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-content_child_child__process.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-content_child_child__process.h')
-rw-r--r--devel/electron32/files/patch-content_child_child__process.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-content_child_child__process.h b/devel/electron32/files/patch-content_child_child__process.h
deleted file mode 100644
index d102d83c24d0..000000000000
--- a/devel/electron32/files/patch-content_child_child__process.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- content/child/child_process.h.orig 2024-08-14 20:54:59 UTC
-+++ content/child/child_process.h
-@@ -79,7 +79,7 @@ class CONTENT_EXPORT ChildProcess {
- return io_thread_runner_.get();
- }
-
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- // Changes the thread type of the child process IO thread.
- void SetIOThreadType(base::ThreadType thread_type);
- #endif