--- remoting/host/chromoting_host_services_client.cc.orig 2026-06-23 23:37:18 UTC +++ remoting/host/chromoting_host_services_client.cc @@ -78,7 +78,7 @@ ChromotingHostServicesClient::ChromotingHostServicesCl ChromotingHostServicesClient::ChromotingHostServicesClient() : ChromotingHostServicesClient( -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) std::vector{GetChromotingHostServicesServerName(), GetLegacyChromotingHostServicesServerName()} #else @@ -147,7 +147,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;