summaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-content_public_common_content__constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-content_public_common_content__constants.h')
-rw-r--r--devel/electron12/files/patch-content_public_common_content__constants.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron12/files/patch-content_public_common_content__constants.h b/devel/electron12/files/patch-content_public_common_content__constants.h
deleted file mode 100644
index 8f9813f3522e..000000000000
--- a/devel/electron12/files/patch-content_public_common_content__constants.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- content/public/common/content_constants.h.orig 2021-04-14 01:08:48 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.