aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-content_public_common_content__constants.cc
blob: d580c4ebe7c30711917792da2e096a2849f2bb75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/public/common/content_constants.cc.orig	2021-04-14 01:08:48 UTC
+++ content/public/common/content_constants.cc
@@ -50,7 +50,7 @@ std::string GetCorsExemptRequestedWithHeaderName() {
   return base::JoinString(pieces, "-");
 }
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
 const int kLowestRendererOomScore = 300;
 const int kHighestRendererOomScore = 1000;