mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
497 B
C++
11 lines
497 B
C++
--- components/live_caption/caption_util.cc.orig 2025-02-22 18:06:53 UTC
|
|
+++ components/live_caption/caption_util.cc
|
|
@@ -136,7 +136,7 @@ bool IsLiveCaptionFeatureSupported() {
|
|
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
|