$OpenBSD: patch-content_public_common_content_switches_cc,v 1.3 2015/05/26 17:37:40 robert Exp $
--- content/public/common/content_switches.cc.orig.port	Thu May 14 00:35:46 2015
+++ content/public/common/content_switches.cc	Wed May 20 08:34:56 2015
@@ -944,7 +944,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.
