$OpenBSD: patch-content_public_common_content_switches_cc,v 1.27 2018/03/12 13:48:34 robert Exp $
Index: content/public/common/content_switches.cc
--- content/public/common/content_switches.cc.orig
+++ content/public/common/content_switches.cc
@@ -991,7 +991,7 @@ const char kDisableAudioSupportForDesktopShare[] =
 const char kDisablePanelFitting[]           = "disable-panel-fitting";
 #endif
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
 // 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.
