summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h
blob: ea1facc7053c948b306c563c71ec7aa98402b9b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/renderer_host/render_process_host_impl.h.orig	2023-12-23 12:33:28 UTC
+++ content/browser/renderer_host/render_process_host_impl.h
@@ -540,7 +540,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)