mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
11 lines
513 B
C
11 lines
513 B
C
--- content/public/common/content_switches.h.orig 2021-07-15 19:13:39 UTC
|
|
+++ content/public/common/content_switches.h
|
|
@@ -268,7 +268,7 @@ CONTENT_EXPORT extern const char kRendererWaitForJavaD
|
|
|
|
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
|
|
// of lacros-chrome is complete.
|
|
-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
|
|
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
|
|
CONTENT_EXPORT extern const char kEnableSpeechDispatcher[];
|
|
#endif
|
|
|