summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h
blob: dee03c8f267464acd8523dc170b97f742aae5e02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/renderer_host/render_process_host_impl.h.orig	2023-11-04 07:08:51 UTC
+++ content/browser/renderer_host/render_process_host_impl.h
@@ -541,7 +541,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)