summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-remoting_host_chromoting__host.cc
blob: c3fe87c18e71755f874a7ba1984abe126b2a4c96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/chromoting_host.cc.orig	2025-05-06 12:23:00 UTC
+++ remoting/host/chromoting_host.cc
@@ -137,7 +137,7 @@ void ChromotingHost::Start(const std::string& host_own
       &ChromotingHost::OnIncomingSession, base::Unretained(this)));
 }
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 void ChromotingHost::StartChromotingHostServices() {
   DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
   DCHECK(!ipc_server_);