blob: f59641fff4342f9c1146e10ffc5a26a3facbddf4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/public/common/content_constants.h.orig 2021-05-12 22:05:53 UTC
+++ content/public/common/content_constants.h
@@ -61,7 +61,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.
|