ports/www/chromium/patches/patch-remoting_host_chromoting_host_cc

13 lines
473 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: remoting/host/chromoting_host.cc
--- remoting/host/chromoting_host.cc.orig
+++ remoting/host/chromoting_host.cc
2023-09-14 00:49:35 +00:00
@@ -128,7 +128,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() {
2023-08-16 22:26:55 +00:00
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
DCHECK(!ipc_server_);