ports/www/iridium/files/patch-content_public_common_content__switches.cc
Carlos J. Puga Medina 66d46c9897 www/iridium: Update to 2019.04.73
Submitted by:	Matthias Wolf <matthias@rheinwolf.de>
2019-06-18 19:24:43 +00:00

11 lines
613 B
C++

--- content/public/common/content_switches.cc.orig 2019-03-11 22:00:58 UTC
+++ content/public/common/content_switches.cc
@@ -968,7 +968,7 @@ const char kDisableAudioSupportForDesktopShare[] =
const char kDisablePanelFitting[] = "disable-panel-fitting";
#endif
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_FREEBSD)
// 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.