aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_system_sys__info.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_system_sys__info.h')
-rw-r--r--www/chromium/files/patch-base_system_sys__info.h6
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 0b5c5c8cefa4..4194bbc4732d 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 2022-02-28 16:54:41 UTC
+--- base/system/sys_info.h.orig 2022-03-16 08:38:25 UTC
+++ base/system/sys_info.h
-@@ -236,6 +236,8 @@ class BASE_EXPORT SysInfo {
+@@ -212,6 +212,8 @@ class BASE_EXPORT SysInfo {
// On Desktop this returns true when memory <= 2GB.
static bool IsLowEndDevice();
@@ -9,7 +9,7 @@
private:
FRIEND_TEST_ALL_PREFIXES(SysInfoTest, AmountOfAvailablePhysicalMemory);
FRIEND_TEST_ALL_PREFIXES(debug::SystemMetricsTest, ParseMeminfo);
-@@ -246,7 +248,7 @@ class BASE_EXPORT SysInfo {
+@@ -222,7 +224,7 @@ class BASE_EXPORT SysInfo {
static HardwareInfo GetHardwareInfoSync();
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \