$OpenBSD: patch-base_system_sys_info_h,v 1.11 2021/09/01 16:54:38 robert Exp $

Index: base/system/sys_info.h
--- base/system/sys_info.h.orig
+++ base/system/sys_info.h
@@ -210,6 +210,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);
