aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_services_speech_audio__source__fetcher__impl.cc
blob: 90801cd208ceeef5e328b2424079a67c91d0c187 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/services/speech/audio_source_fetcher_impl.cc.orig	2023-11-22 14:00:11 UTC
+++ chrome/services/speech/audio_source_fetcher_impl.cc
@@ -129,7 +129,7 @@ void AudioSourceFetcherImpl::Start(
 
   // TODO(crbug.com/1185978): Check implementation / sandbox policy on Mac and
   // Windows.
-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   is_started_ = true;
   // Initialize the AudioCapturerSource with |this| as the CaptureCallback,
   // get the parameters for the device ID, then start audio capture.