blob: e29e5f3dc22d3b7da2f7319ad831c4ccb2a629b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/child/child_process.h.orig 2017-06-05 19:03:07 UTC
+++ content/child/child_process.h
@@ -79,7 +79,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
|