summaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-base_system_sys__info.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-base_system_sys__info.h')
-rw-r--r--devel/electron12/files/patch-base_system_sys__info.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron12/files/patch-base_system_sys__info.h b/devel/electron12/files/patch-base_system_sys__info.h
deleted file mode 100644
index 912d7796d73c..000000000000
--- a/devel/electron12/files/patch-base_system_sys__info.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- base/system/sys_info.h.orig 2021-01-07 00:36:18 UTC
-+++ base/system/sys_info.h
-@@ -202,6 +202,8 @@ class BASE_EXPORT SysInfo {
- // On Desktop this returns true when memory <= 512MB.
- static bool IsLowEndDevice();
-
-+ static uint64_t MaxSharedMemorySize();
-+
- private:
- FRIEND_TEST_ALL_PREFIXES(SysInfoTest, AmountOfAvailablePhysicalMemory);
- FRIEND_TEST_ALL_PREFIXES(debug::SystemMetricsTest, ParseMeminfo);
-@@ -211,7 +213,7 @@ class BASE_EXPORT SysInfo {
- static bool IsLowEndDeviceImpl();
- static HardwareInfo GetHardwareInfoSync();
-
--#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || \
-+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || defined(OS_BSD) || \
- defined(OS_AIX)
- static int64_t AmountOfAvailablePhysicalMemory(
- const SystemMemoryInfoKB& meminfo);