aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-chrome_services_speech_audio__source__fetcher__impl.cc
blob: b8d0299ea0a6bec2c9cdffc74f7e4664573be1f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/services/speech/audio_source_fetcher_impl.cc.orig	2023-02-01 18:43:14 UTC
+++ chrome/services/speech/audio_source_fetcher_impl.cc
@@ -121,7 +121,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.