$OpenBSD: patch-content_public_common_content_switches_cc,v 1.20 2017/03/14 12:18:54 robert Exp $
--- content/public/common/content_switches.cc.orig.port	Thu Mar  9 21:04:32 2017
+++ content/public/common/content_switches.cc	Fri Mar 10 07:46:23 2017
@@ -1014,7 +1014,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.
