$NetBSD: patch-src_3rdparty_chromium_content_public_app_content__main__delegate.cc,v 1.2 2022/04/18 11:18:19 adam Exp $ --- src/3rdparty/chromium/content/public/app/content_main_delegate.cc.orig 2021-02-19 16:41:59.000000000 +0000 +++ src/3rdparty/chromium/content/public/app/content_main_delegate.cc @@ -24,7 +24,7 @@ int ContentMainDelegate::RunProcess( return -1; } -#if defined(OS_LINUX) || defined(OS_CHROMEOS) +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) void ContentMainDelegate::ZygoteStarting( std::vector>* delegates) {}