aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content__browser__zygote_host_linux.cc
blob: 20c71f7dda0f4a399c0e726e14c443c1f6edfdb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- content/browser/zygote_host_linux.cc.orig	2011-10-02 18:12:41.000000000 +0300
+++ content/browser/zygote_host_linux.cc	2011-10-02 18:11:51.000000000 +0300
@@ -259,8 +259,10 @@
       return base::kNullProcessHandle;
   }
 
+#if !defined(OS_FREEBSD)
   const int kRendererScore = 5;
   AdjustRendererOOMScore(pid, kRendererScore);
+#endif
 
   return pid;
 }