diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2020-06-02 20:30:55 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2020-06-02 20:30:55 +0000 |
commit | 8f6dc7d1dd8b0ca59427d71524538aab9403ac23 (patch) | |
tree | c272eeb9d12c3f96a460e7ad3fd1eb4233ad20ce /www/chromium/files/patch-content_public_common_content__constants.h | |
parent | multimedia/libva-intel-driver: update to 2.4.1 (diff) |
www/chromium: Update to version 83.0.4103.61
Submitted by: Matthias Wolf <freebsd@rheinwolf.de>
Reviewed by: rene
Approved by: chromium@ (rene)
Obtained from: https://github.com/gliaskos/freebsd-chromium
MFH: 2020Q2
Security: https://chromereleases.googleblog.com/2020/05/stable-channel-update-for-desktop.html
Differential Revision: https://reviews.freebsd.org/D25102
Diffstat (limited to 'www/chromium/files/patch-content_public_common_content__constants.h')
-rw-r--r-- | www/chromium/files/patch-content_public_common_content__constants.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-content_public_common_content__constants.h b/www/chromium/files/patch-content_public_common_content__constants.h new file mode 100644 index 000000000000..d26794df95f9 --- /dev/null +++ b/www/chromium/files/patch-content_public_common_content__constants.h @@ -0,0 +1,11 @@ +--- content/public/common/content_constants.h.orig 2020-05-15 15:08:45 UTC ++++ content/public/common/content_constants.h +@@ -65,7 +65,7 @@ CONTENT_EXPORT extern const int kDefaultDetachableCanc + CONTENT_EXPORT extern const char kCorsExemptPurposeHeaderName[]; + CONTENT_EXPORT extern const char kCorsExemptRequestedWithHeaderName[]; + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || 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. |