aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content__public__common__content_switches.h
blob: 036d21c5ac357f7f888300f01e59d2dfae3b03f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/public/common/content_switches.h.orig	2014-10-10 09:15:31 UTC
+++ content/public/common/content_switches.h
@@ -268,7 +268,7 @@
 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