$OpenBSD: patch-content_public_common_content_switches_cc,v 1.3 2015/01/22 11:16:41 robert Exp $
--- content/public/common/content_switches.cc.orig.port	Wed Dec  3 03:32:12 2014
+++ content/public/common/content_switches.cc	Sat Dec  6 11:34:27 2014
@@ -939,7 +939,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.
