blob: f896c8d0cacd2c16830fb847dd228e66aed88f73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- remoting/host/chromoting_host_services_client.cc.orig 2025-08-26 20:49:50 UTC
+++ remoting/host/chromoting_host_services_client.cc
@@ -139,7 +139,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;
|