aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-content_browser_zygote__host_zygote__host__impl__linux.h
blob: 843794fcd12378a26fa43c37995018eb71a92f9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- content/browser/zygote_host/zygote_host_impl_linux.h.orig	2021-01-07 00:36:33 UTC
+++ content/browser/zygote_host/zygote_host_impl_linux.h
@@ -42,8 +42,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
   bool HasZygote() { return !zygote_pids_.empty(); }
 
  private: