--- chrome/browser/chrome_browser_main_posix.cc.orig 2025-10-21 20:19:54 UTC +++ chrome/browser/chrome_browser_main_posix.cc @@ -77,7 +77,7 @@ void ExitHandler::ExitWhenPossibleOnUIThread(int signa // ExitHandler takes care of deleting itself. new ExitHandler(); } else { -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) switch (signal) { case SIGINT: case SIGHUP: