aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-components_live__caption_caption__util.cc
blob: 1b4eacfc4ef4e8beaadda0686dc262a36f7ffc47 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                               
                                           
                                                         







                                                  
--- components/live_caption/caption_util.cc.orig	2024-05-21 18:07:39 UTC
+++ components/live_caption/caption_util.cc
@@ -144,7 +144,7 @@ std::string GetCaptionSettingsUrl() {
   return "chrome://os-settings/audioAndCaptions";
 #endif  // BUILDFLAG(IS_CHROMEOS)
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   return "chrome://settings/captions";
 #endif  // BUILDFLAG(IS_LINUX)