summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_child_child__process.cc
blob: 8ce401bb789cd5d65d3f2b6e80a5586610b616b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/child/child_process.cc.orig	2017-03-09 20:04:32 UTC
+++ content/child/child_process.cc
@@ -122,7 +122,7 @@ void ChildProcess::ReleaseProcess() {
     main_thread_->OnProcessFinalRelease();
 }
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
 void ChildProcess::SetIOThreadPriority(
     base::ThreadPriority io_thread_priority) {
   main_thread_->SetThreadPriority(io_thread_.GetThreadId(), io_thread_priority);