$OpenBSD: patch-content_public_common_content_switches_h,v 1.7 2015/07/23 13:44:04 robert Exp $
--- content/public/common/content_switches.h.orig.port	Wed Jul 15 22:30:03 2015
+++ content/public/common/content_switches.h	Wed Jul 22 08:37:30 2015
@@ -278,7 +278,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
 
