aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.h
blob: 2750bfc84521f807b4ba5a513a264a6deb0799dc (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                       
                                                        
                                                                          

                                                                             
 
                       

                                                                  
                           

                                                                     
                                  
       
 
                                                     
 
                                                                         


                                
                       






                                                
--- content/browser/zygote_host/zygote_host_impl_linux.h.orig	2023-02-08 09:03:45 UTC
+++ content/browser/zygote_host/zygote_host_impl_linux.h
@@ -47,12 +47,14 @@ class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHos
                      base::ScopedFD* control_fd,
                      base::FileHandleMappingVector additional_remapped_fds);
 
+#if !BUILDFLAG(IS_BSD)
   void AdjustRendererOOMScore(base::ProcessHandle process_handle,
                               int score) override;
 #if BUILDFLAG(IS_CHROMEOS)
   void ReinitializeLogging(uint32_t logging_dest,
                            base::PlatformFile log_file_fd) override;
 #endif  // BUILDFLAG(IS_CHROMEOS)
+#endif
 
   bool HasZygote() { return !zygote_pids_.empty(); }
 
@@ -67,9 +69,11 @@ class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHos
 
   int renderer_sandbox_status_;
 
+#if !BUILDFLAG(IS_BSD)
   bool use_namespace_sandbox_;
   bool use_suid_sandbox_;
   bool use_suid_sandbox_for_adj_oom_score_;
+#endif
   std::string sandbox_binary_;
 
   // This lock protects the |zygote_pids_| set.