aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_services_speech_audio__source__fetcher__impl.cc
blob: 4bd38a729df6b6c614a42c4afbccfb414ba4c995 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/services/speech/audio_source_fetcher_impl.cc.orig	2021-06-10 11:24:44 UTC
+++ chrome/services/speech/audio_source_fetcher_impl.cc
@@ -65,7 +65,7 @@ void AudioSourceFetcherImpl::Start(
 
   // TODO(crbug.com/1185978): Check implementation / sandbox policy on Mac and
   // Windows.
-#if defined(OS_CHROMEOS) || defined(OS_LINUX)
+#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_BSD)
   is_started_ = true;
   // Initialize the AudioCapturerSource with |this| as the CaptureCallback,
   // get the parameters for the device ID, then start audio capture.