summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_common_content__switches.h
blob: dbcc527347d40f07948fe5e83ffe8342eff35574 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/public/common/content_switches.h.orig	2017-01-26 00:49:13 UTC
+++ content/public/common/content_switches.h
@@ -293,7 +293,7 @@ CONTENT_EXPORT extern const char kDisabl
 CONTENT_EXPORT extern const char kDisableVaapiAcceleratedVideoEncode[];
 #endif
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_FREEBSD)
 CONTENT_EXPORT extern const char kEnableSpeechDispatcher[];
 #endif