ports/www/iridium/files/patch-remoting_host_chromoting__host.cc
2025-02-23 07:58:58 +01:00

11 lines
457 B
C++

--- remoting/host/chromoting_host.cc.orig 2025-02-22 18:06:53 UTC
+++ remoting/host/chromoting_host.cc
@@ -135,7 +135,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_);