pkgsrc-wip/chromium/patches/patch-content_public_common...

14 lines
466 B
C

$NetBSD$
--- content/public/common/content_switches.h.orig 2020-07-08 21:40:42.000000000 +0000
+++ content/public/common/content_switches.h
@@ -267,7 +267,7 @@ CONTENT_EXPORT extern const char kRemote
CONTENT_EXPORT extern const char kRendererWaitForJavaDebugger[];
#endif
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
CONTENT_EXPORT extern const char kEnableSpeechDispatcher[];
#endif