$OpenBSD: patch-content_public_common_content_switches_cc,v 1.11 2016/01/23 18:49:31 robert Exp $
--- content/public/common/content_switches.cc.orig.port	Wed Jan 20 21:01:21 2016
+++ content/public/common/content_switches.cc	Fri Jan 22 19:58:58 2016
@@ -937,7 +937,7 @@ const char kDisableVaapiAcceleratedVideoEncode[] =
     "disable-vaapi-accelerated-video-encode";
 #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.
