mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
11 lines
568 B
C++
11 lines
568 B
C++
--- content/public/common/content_constants.h.orig 2021-07-15 19:13:39 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.
|