aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc
blob: efe06fd7ba6a34bbcfdcdded9cd1a3881383ee5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/startup/bad_flags_prompt.cc.orig	2022-04-21 18:48:31 UTC
+++ chrome/browser/ui/startup/bad_flags_prompt.cc
@@ -92,7 +92,7 @@ static const char* kBadFlags[] = {
 
 // TODO(crbug.com/1052397): 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)
     // Speech dispatcher is buggy, it can crash and it can make Chrome freeze.
     // http://crbug.com/327295
     switches::kEnableSpeechDispatcher,