blob: 92048a75b4fde007e7887d428836743b09e69868 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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<MojoIpcServer<mojom::ChromotingHostServices>>(
GetChromotingHostServicesServerName(), this);
ipc_server_->StartServer();
|