summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_child_child__process.h
blob: 7806bb90746569e84ff9a6f0a0baa234912bd8e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/child/child_process.h.orig	2024-07-31 14:19:23 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