diff options
Diffstat (limited to 'devel/electron33/files/patch-remoting_host_chromoting__host__services__client.cc')
-rw-r--r-- | devel/electron33/files/patch-remoting_host_chromoting__host__services__client.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron33/files/patch-remoting_host_chromoting__host__services__client.cc b/devel/electron33/files/patch-remoting_host_chromoting__host__services__client.cc deleted file mode 100644 index 8e52f1fcd588..000000000000 --- a/devel/electron33/files/patch-remoting_host_chromoting__host__services__client.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- remoting/host/chromoting_host_services_client.cc.orig 2023-10-19 19:58:29 UTC -+++ remoting/host/chromoting_host_services_client.cc -@@ -59,7 +59,7 @@ mojo::PendingRemote<mojom::ChromotingHostServices> Con - - } // namespace - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - - // static - constexpr char -@@ -136,7 +136,7 @@ bool ChromotingHostServicesClient::EnsureSessionServic - if (session_services_remote_.is_bound()) { - return true; - } --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (!environment_->HasVar(kChromeRemoteDesktopSessionEnvVar)) { - LOG(WARNING) << "Current desktop environment is not remotable."; - return false; |