1 --- headless/lib/headless_content_main_delegate.cc.orig 2022-08-31 12:19:35 UTC 2 +++ headless/lib/headless_content_main_delegate.cc 3 @@ -337,7 +337,7 @@ void HeadlessContentMainDelegate::InitCrashReporter( 4 if (process_type != switches::kZygoteProcess) { 5 g_headless_crash_client.Pointer()->set_crash_dumps_dir( 6 options()->crash_dumps_dir); 7 -#if !BUILDFLAG(IS_WIN) 8 +#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_BSD) 9 crash_reporter::InitializeCrashpad(process_type.empty(), process_type); 10 #endif // !BUILDFLAG(IS_WIN) 11 crash_keys::SetSwitchesFromCommandLine(command_line, nullptr); 12