blob: 9edcdaf8c8246897e47c1d1ae19ba96e62453fb6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/live_caption/caption_util.h.orig 2024-04-15 20:33:54 UTC
+++ components/live_caption/caption_util.h
@@ -15,7 +15,7 @@ namespace captions {
namespace captions {
#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \
- BUILDFLAG(IS_MAC)
+ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
extern const char kCaptionSettingsUrl[];
#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) ||
// BUILDFLAG(IS_MAC)
|