$OpenBSD: patch-content_public_common_content_switches_h,v 1.3 2015/01/22 11:16:41 robert Exp $
--- content/public/common/content_switches.h.orig.port	Wed Dec  3 03:32:12 2014
+++ content/public/common/content_switches.h	Sat Dec  6 11:34:27 2014
@@ -273,7 +273,7 @@ CONTENT_EXPORT extern const char kDisablePanelFitting[
 CONTENT_EXPORT extern const char kDisableVaapiAcceleratedVideoEncode[];
 #endif
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
 CONTENT_EXPORT extern const char kEnableSpeechDispatcher[];
 #endif
 
