aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_common_content__switches.h
blob: f85227cb3263bc358f77db725411cf84b2e814a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/public/common/content_switches.h.orig	2021-12-31 00:57:32 UTC
+++ content/public/common/content_switches.h
@@ -274,7 +274,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