$OpenBSD: patch-content_browser_zygote_host_zygote_host_impl_linux_h,v 1.2 2018/05/04 07:14:57 robert Exp $

Index: content/browser/zygote_host/zygote_host_impl_linux.h
--- content/browser/zygote_host/zygote_host_impl_linux.h.orig
+++ content/browser/zygote_host/zygote_host_impl_linux.h
@@ -41,8 +41,10 @@ class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHos
                      base::ScopedFD* control_fd,
                      base::FileHandleMappingVector additional_remapped_fds);
 
+#if !defined(OS_BSD)
   void AdjustRendererOOMScore(base::ProcessHandle process_handle,
                               int score) override;
+#endif
 
  private:
   friend struct base::DefaultSingletonTraits<ZygoteHostImpl>;
