diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_browser_chrome__browser__main__posix.cc')
-rw-r--r-- | devel/electron33/files/patch-chrome_browser_chrome__browser__main__posix.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-chrome_browser_chrome__browser__main__posix.cc b/devel/electron33/files/patch-chrome_browser_chrome__browser__main__posix.cc deleted file mode 100644 index e63dfa1ad42e..000000000000 --- a/devel/electron33/files/patch-chrome_browser_chrome__browser__main__posix.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/chrome_browser_main_posix.cc.orig 2024-06-18 21:43:22 UTC -+++ chrome/browser/chrome_browser_main_posix.cc -@@ -79,7 +79,7 @@ void ExitHandler::ExitWhenPossibleOnUIThread(int signa - } else { - // TODO(crbug.com/40118868): Revisit the macro expression once build flag switch - // of lacros-chrome is complete. --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD) - switch (signal) { - case SIGINT: - case SIGHUP: |