--- remoting/host/chromoting_host.cc.orig 2022-02-07 13:39:41 UTC +++ remoting/host/chromoting_host.cc @@ -124,7 +124,7 @@ void ChromotingHost::StartChromotingHostServices() { DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_); DCHECK(!ipc_server_); -#if defined(OS_LINUX) || defined(OS_WIN) +#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_BSD) ipc_server_ = std::make_unique>( GetChromotingHostServicesServerName(), this); ipc_server_->StartServer();