diff options
Diffstat (limited to 'www/chromium/files/patch-remoting_host_chromoting__host.cc')
-rw-r--r-- | www/chromium/files/patch-remoting_host_chromoting__host.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-remoting_host_chromoting__host.cc b/www/chromium/files/patch-remoting_host_chromoting__host.cc index 92048a75b4fd..b43ae9b89705 100644 --- a/www/chromium/files/patch-remoting_host_chromoting__host.cc +++ b/www/chromium/files/patch-remoting_host_chromoting__host.cc @@ -1,11 +1,11 @@ ---- remoting/host/chromoting_host.cc.orig 2022-02-07 13:39:41 UTC +--- remoting/host/chromoting_host.cc.orig 2022-02-28 16:54: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) +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) ipc_server_ = std::make_unique<MojoIpcServer<mojom::ChromotingHostServices>>( GetChromotingHostServicesServerName(), this); ipc_server_->StartServer(); |