aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_test_it2me__standalone__host.cc
blob: 9451cab2e91e7f482117b3b261410eb120583707 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/test/it2me_standalone_host.cc.orig	2021-04-14 18:41:08 UTC
+++ remoting/test/it2me_standalone_host.cc
@@ -49,7 +49,7 @@ It2MeStandaloneHost::It2MeStandaloneHost()
                context_->ui_task_runner()),
       connection_(base::WrapUnique(new testing::NiceMock<MockSession>())),
       session_jid_(kSessionJid),
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
       // We cannot support audio capturing for linux, since a pipe name is
       // needed to initialize AudioCapturerLinux.
       config_(protocol::SessionConfig::ForTest()),