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


                                                                     

                                                                                              

                                                     
                                                                               
--- content/browser/renderer_host/render_process_host_impl.h.orig	2022-04-21 18:48:31 UTC
+++ content/browser/renderer_host/render_process_host_impl.h
@@ -464,7 +464,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
   // Sets this RenderProcessHost to be guest only. For Testing only.
   void SetForGuestsOnlyForTesting();
 
-#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_MAC)
+#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_BSD)
   // Launch the zygote early in the browser startup.
   static void EarlyZygoteLaunch();
 #endif  // BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_MAC)