$OpenBSD: patch-content_renderer_renderer_main_platform_delegate_linux_cc,v 1.12 2019/04/17 11:48:54 robert Exp $

Index: content/renderer/renderer_main_platform_delegate_linux.cc
--- content/renderer/renderer_main_platform_delegate_linux.cc.orig
+++ content/renderer/renderer_main_platform_delegate_linux.cc
@@ -44,6 +44,7 @@ bool RendererMainPlatformDelegate::EnableSandbox() {
   // any renderer has been started.
   // Here, we test that the status of SeccompBpf in the renderer is consistent
   // with what SandboxLinux::GetStatus() said we would do.
+#if !defined(OS_BSD)
   auto* linux_sandbox = service_manager::SandboxLinux::GetInstance();
   if (linux_sandbox->GetStatus() & service_manager::SandboxLinux::kSeccompBPF) {
     CHECK(linux_sandbox->seccomp_bpf_started());
@@ -65,6 +66,7 @@ bool RendererMainPlatformDelegate::EnableSandbox() {
     CHECK_EQ(errno, EPERM);
   }
 #endif  // __x86_64__
+#endif
 
   return true;
 }
