blob: 4aa5e61ca1838835d86452c386ce340238ac66f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/public/common/content_constants.cc.orig 2021-04-14 18:41:03 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;
|