12 lines
473 B
Text
12 lines
473 B
Text
Index: remoting/host/chromoting_host.cc
|
|
--- remoting/host/chromoting_host.cc.orig
|
|
+++ remoting/host/chromoting_host.cc
|
|
@@ -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() {
|
|
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
|
|
DCHECK(!ipc_server_);
|