diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-04-06 10:40:01 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-04-06 10:46:52 +0200 |
commit | 1227b53ed1c53ea13efeac2bfe3fae5532c529ec (patch) | |
tree | 551daaabc2287f94c3b2d7b59c0cc2a235156540 /www/chromium/files/patch-base_system_sys__info.h | |
parent | Document new vulnerabilities in www/chromium < 89.0.4389.114 (diff) |
www/chromium: update to 89.0.4389.114
Submitted by: Matthias Wolf via github
Security: https://www.vuxml.org/freebsd/bddadaa4-9227-11eb-99c5-e09467587c17.html
Diffstat (limited to 'www/chromium/files/patch-base_system_sys__info.h')
-rw-r--r-- | www/chromium/files/patch-base_system_sys__info.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-base_system_sys__info.h b/www/chromium/files/patch-base_system_sys__info.h index 9cfe26c9f8cb..16d9092bc224 100644 --- a/www/chromium/files/patch-base_system_sys__info.h +++ b/www/chromium/files/patch-base_system_sys__info.h @@ -1,6 +1,6 @@ ---- base/system/sys_info.h.orig 2021-01-18 21:28:45 UTC +--- base/system/sys_info.h.orig 2021-03-12 23:57:15 UTC +++ base/system/sys_info.h -@@ -208,6 +208,8 @@ class BASE_EXPORT SysInfo { +@@ -202,6 +202,8 @@ class BASE_EXPORT SysInfo { // On Desktop this returns true when memory <= 512MB. static bool IsLowEndDevice(); @@ -9,7 +9,7 @@ private: FRIEND_TEST_ALL_PREFIXES(SysInfoTest, AmountOfAvailablePhysicalMemory); FRIEND_TEST_ALL_PREFIXES(debug::SystemMetricsTest, ParseMeminfo); -@@ -217,7 +219,7 @@ class BASE_EXPORT SysInfo { +@@ -211,7 +213,7 @@ class BASE_EXPORT SysInfo { static bool IsLowEndDeviceImpl(); static HardwareInfo GetHardwareInfoSync(); |