aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_common_content__constants.h
blob: 014b4ba013088e516c7a123e4ae389e8a8ad5446 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/public/common/content_constants.h.orig	2021-04-14 18:41:03 UTC
+++ content/public/common/content_constants.h
@@ -64,7 +64,7 @@ CONTENT_EXPORT extern const char kCorsExemptPurposeHea
 // it at run time.
 CONTENT_EXPORT std::string GetCorsExemptRequestedWithHeaderName();
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
 // The OOM score adj constants
 // The highest and lowest assigned OOM score adjustment (oom_score_adj) for
 // renderers and extensions used by the OomPriority Manager.