diff options
Diffstat (limited to 'devel/electron33/files/patch-components_live__caption_caption__util.h')
-rw-r--r-- | devel/electron33/files/patch-components_live__caption_caption__util.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-components_live__caption_caption__util.h b/devel/electron33/files/patch-components_live__caption_caption__util.h deleted file mode 100644 index 9edcdaf8c824..000000000000 --- a/devel/electron33/files/patch-components_live__caption_caption__util.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |