mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
This update also removes the --audio-backend command line switch in favor of an actual setting in the browser that can be changed at chrome://flags/#audio-backend Security: https://vuxml.freebsd.org/freebsd/15d398ea-4f73-11ef-8a0f-a8a1599412c6.html
11 lines
443 B
C
11 lines
443 B
C
--- content/child/child_process.h.orig 2024-07-30 11:12:21 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
|