diff options
Diffstat (limited to 'www/chromium/files/patch-content_public_common_content__constants.cc')
-rw-r--r-- | www/chromium/files/patch-content_public_common_content__constants.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-content_public_common_content__constants.cc b/www/chromium/files/patch-content_public_common_content__constants.cc new file mode 100644 index 000000000000..fcf1b26ac67d --- /dev/null +++ b/www/chromium/files/patch-content_public_common_content__constants.cc @@ -0,0 +1,11 @@ +--- content/public/common/content_constants.cc.orig 2020-05-15 15:08:32 UTC ++++ content/public/common/content_constants.cc +@@ -46,7 +46,7 @@ const int kDefaultDetachableCancelDelayMs = 30000; + const char kCorsExemptPurposeHeaderName[] = "Purpose"; + const char kCorsExemptRequestedWithHeaderName[] = "X-Requested-With"; + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + const int kLowestRendererOomScore = 300; + const int kHighestRendererOomScore = 1000; + |