blob: 1a8768608010e5e0085d65082b3a747cefae2f0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/child/child_process.h.orig 2025-11-06 10:11:34 UTC
+++ content/child/child_process.h
@@ -81,7 +81,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
|