aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_child_child__process.h
blob: 7c9704e99204c6798f05c77b1977c73ac085b43c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/child/child_process.h.orig	2017-04-19 19:06:33 UTC
+++ content/child/child_process.h
@@ -82,7 +82,7 @@ class CONTENT_EXPORT ChildProcess {
   void AddRefProcess();
   void ReleaseProcess();
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   void SetIOThreadPriority(base::ThreadPriority io_thread_priority);
 #endif