aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_services_speech_audio__source__fetcher__impl.cc
blob: 167d26944f95cfb4780cbfd46468629c8d59902a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/services/speech/audio_source_fetcher_impl.cc.orig	2024-04-19 13:02:56 UTC
+++ chrome/services/speech/audio_source_fetcher_impl.cc
@@ -132,7 +132,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.