$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- components/live_caption/caption_util.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ components/live_caption/caption_util.cc @@ -141,7 +141,7 @@ bool IsHeadlessCaptionFeatureSupported() std::string GetCaptionSettingsUrl() { #if BUILDFLAG(IS_CHROMEOS) return "chrome://os-settings/audioAndCaptions"; -#elif BUILDFLAG(IS_LINUX) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) return "chrome://settings/captions"; #elif BUILDFLAG(IS_WIN) return base::win::GetVersion() >= base::win::Version::WIN10