xref: /mports/www/chromium/files/patch-remoting_host_chromoting__host.cc
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 --- remoting/host/chromoting_host.cc.orig	2022-02-28 16:54:41 UTC
2 +++ remoting/host/chromoting_host.cc
3 @@ -124,7 +124,7 @@ void ChromotingHost::StartChromotingHostServices() {
4    DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
5    DCHECK(!ipc_server_);
6 
7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
9    ipc_server_ = std::make_unique<MojoIpcServer<mojom::ChromotingHostServices>>(
10        GetChromotingHostServicesServerName(), this);
11    ipc_server_->StartServer();
12 

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026