$OpenBSD: patch-src_3rdparty_chromium_services_service_manager_zygote_zygote_host_linux_h,v 1.2 2021/01/19 06:16:34 rsadowski Exp $

Index: src/3rdparty/chromium/services/service_manager/zygote/zygote_host_linux.h
--- src/3rdparty/chromium/services/service_manager/zygote/zygote_host_linux.h.orig
+++ src/3rdparty/chromium/services/service_manager/zygote/zygote_host_linux.h
@@ -30,11 +30,13 @@ class ZygoteHost {
   // after the first render has been forked.
   virtual int GetRendererSandboxStatus() const = 0;
 
+#if !defined(OS_BSD)
   // Adjust the OOM score of the given renderer's PID.  The allowed
   // range for the score is [0, 1000], where higher values are more
   // likely to be killed by the OOM killer.
   virtual void AdjustRendererOOMScore(base::ProcessHandle process_handle,
                                       int score) = 0;
+#endif
 };
 
 }  // namespace service_manager
