aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_devtools_protocol_system__info__handler.cc
diff options
context:
space:
mode:
authorMatthias Wolf <matthias@rheinwolf.de>2021-06-17 09:22:35 +0000
committerRene Ladan <rene@FreeBSD.org>2021-06-17 09:32:02 +0000
commit9c8545d7801e5a5b68dd4c68d5f0dcb7109015d0 (patch)
treebd5ba927b4a7b2e0fc9aeef18b17d738079b2edd /www/chromium/files/patch-content_browser_devtools_protocol_system__info__handler.cc
parentccd805d32e3522eee71501f122f41f59f99fd1b5 (diff)
downloadports-9c8545d7801e5a5b68dd4c68d5f0dcb7109015d0.tar.gz
ports-9c8545d7801e5a5b68dd4c68d5f0dcb7109015d0.zip
www/chromium: update to 91.0.4472.101
Security: https://vuxml.freebsd.org/freebsd/20b3ab21-c9df-11eb-8558-3065ec8fd3ec.html (cherry picked from commit 06317815238060a3a7f5911f18a3dd7c95779c83)
Diffstat (limited to 'www/chromium/files/patch-content_browser_devtools_protocol_system__info__handler.cc')
-rw-r--r--www/chromium/files/patch-content_browser_devtools_protocol_system__info__handler.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-content_browser_devtools_protocol_system__info__handler.cc b/www/chromium/files/patch-content_browser_devtools_protocol_system__info__handler.cc
index 8ec1e4c32c84..f05bfe856d34 100644
--- a/www/chromium/files/patch-content_browser_devtools_protocol_system__info__handler.cc
+++ b/www/chromium/files/patch-content_browser_devtools_protocol_system__info__handler.cc
@@ -1,6 +1,6 @@
---- content/browser/devtools/protocol/system_info_handler.cc.orig 2021-04-14 18:41:02 UTC
+--- content/browser/devtools/protocol/system_info_handler.cc.orig 2021-05-12 22:05:52 UTC
+++ content/browser/devtools/protocol/system_info_handler.cc
-@@ -50,8 +50,8 @@ std::unique_ptr<SystemInfo::Size> GfxSizeToSystemInfoS
+@@ -51,8 +51,8 @@ std::unique_ptr<SystemInfo::Size> GfxSizeToSystemInfoS
// 1153667.
// Windows builds need more time -- see Issue 873112 and 1004472.
// ASAN builds need more time -- see Issue 1167875.
@@ -8,6 +8,6 @@
- !defined(NDEBUG)) || \
+#if ((defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC) || defined(OS_BSD)) && \
+ !defined(NDEBUG)) || \
- defined(OS_WIN) || defined(ADDRESS_SANITIZER)
+ defined(OS_WIN) || defined(ADDRESS_SANITIZER) || defined(USE_OZONE)
const int kGPUInfoWatchdogTimeoutMs = 30000;
#else