blob: d9b544da0c66c402a4ea56ba657f9b4e0909ccec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- remoting/host/chromoting_host_services_client.cc.orig 2025-06-30 07:04:30 UTC
+++ remoting/host/chromoting_host_services_client.cc
@@ -134,7 +134,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;
|