blob: 5217ea454ffd600bac8d62c0fecd6a13efde8ccd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/public/common/content_switches.cc.orig 2021-03-12 23:57:24 UTC
+++ content/public/common/content_switches.cc
@@ -955,7 +955,7 @@ const char kEnableAutomation[] = "enable-automation";
// 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)
// Allows sending text-to-speech requests to speech-dispatcher, a common
// Linux speech service. Because it's buggy, the user must explicitly
// enable it so that visiting a random webpage can't cause instability.
|