1 --- src/3rdparty/chromium/content/child/child_process.h.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/content/child/child_process.h
3 @@ -79,7 +79,7 @@ class CONTENT_EXPORT ChildProcess {
4      return io_thread_runner_.get();
5    }
6 
7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
9    // Changes the thread type of the child process IO thread.
10    void SetIOThreadType(base::ThreadType thread_type);
11  #endif
12