summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/patch-base_system_sys_info_h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/patch-base_system_sys_info_h')
-rw-r--r--www/chromium-uc/patches/patch-base_system_sys_info_h14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/chromium-uc/patches/patch-base_system_sys_info_h b/www/chromium-uc/patches/patch-base_system_sys_info_h
deleted file mode 100644
index c02e258..0000000
--- a/www/chromium-uc/patches/patch-base_system_sys_info_h
+++ /dev/null
@@ -1,14 +0,0 @@
1$OpenBSD: patch-base_system_sys_info_h,v 1.11 2021/09/01 16:54:38 robert Exp $
2
3Index: base/system/sys_info.h
4--- base/system/sys_info.h.orig
5+++ base/system/sys_info.h
6@@ -210,6 +210,8 @@ class BASE_EXPORT SysInfo {
7 // On Desktop this returns true when memory <= 512MB.
8 static bool IsLowEndDevice();
9
10+ static uint64_t MaxSharedMemorySize();
11+
12 private:
13 FRIEND_TEST_ALL_PREFIXES(SysInfoTest, AmountOfAvailablePhysicalMemory);
14 FRIEND_TEST_ALL_PREFIXES(debug::SystemMetricsTest, ParseMeminfo);