blob: 20bfea5c7fe47b3e6e6e98fe9e671a3e741bd346 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/services/speech/audio_source_fetcher_impl.cc.orig 2024-06-18 21:43:25 UTC
+++ chrome/services/speech/audio_source_fetcher_impl.cc
@@ -132,7 +132,7 @@ void AudioSourceFetcherImpl::Start(
// TODO(crbug.com/40753481): 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.
|