ports/www/iridium/files/patch-content_public_common_content__switches.h
Carlos J. Puga Medina 66d46c9897 www/iridium: Update to 2019.04.73
Submitted by:	Matthias Wolf <matthias@rheinwolf.de>
2019-06-18 19:24:43 +00:00

11 lines
454 B
C

--- content/public/common/content_switches.h.orig 2019-03-11 22:00:58 UTC
+++ content/public/common/content_switches.h
@@ -270,7 +270,7 @@ CONTENT_EXPORT extern const char kEnableOSKOverscroll[
CONTENT_EXPORT extern const char kDisablePanelFitting[];
#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