aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_chrome__browser__main__posix.cc
blob: 761d10956b15f0c518bd8e8149e58264565bab90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/chrome_browser_main_posix.cc.orig	2021-03-12 23:57:17 UTC
+++ chrome/browser/chrome_browser_main_posix.cc
@@ -72,7 +72,7 @@ void ExitHandler::ExitWhenPossibleOnUIThread(int signa
   } else {
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
     switch (signal) {
       case SIGINT:
       case SIGHUP: