$OpenBSD: patch-src_3rdparty_chromium_services_service_manager_sandbox_switches_cc,v 1.1 2021/01/19 06:16:34 rsadowski Exp $

Index: src/3rdparty/chromium/services/service_manager/sandbox/switches.cc
--- src/3rdparty/chromium/services/service_manager/sandbox/switches.cc.orig
+++ src/3rdparty/chromium/services/service_manager/sandbox/switches.cc
@@ -81,7 +81,7 @@ const char kGpuSandboxFailuresFatal[] = "gpu-sandbox-f
 // Disables the sandbox for all process types that are normally sandboxed.
 const char kNoSandbox[] = "no-sandbox";
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
 // Instructs the zygote to launch without a sandbox. Processes forked from this
 // type of zygote will apply their own custom sandboxes later.
 const char kNoZygoteSandbox[] = "no-zygote-sandbox";
