summaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-content_public_common_content__constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-content_public_common_content__constants.h')
-rw-r--r--devel/electron13/files/patch-content_public_common_content__constants.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-content_public_common_content__constants.h b/devel/electron13/files/patch-content_public_common_content__constants.h
new file mode 100644
index 000000000000..6b1ab9fc5bde
--- /dev/null
+++ b/devel/electron13/files/patch-content_public_common_content__constants.h
@@ -0,0 +1,11 @@
+--- 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.