--- remoting/host/desktop_session_proxy.h.orig 2026-06-23 23:37:18 UTC +++ remoting/host/desktop_session_proxy.h @@ -108,7 +108,7 @@ class DesktopSessionProxy std::unique_ptr CreateUrlForwarderConfigurator(); std::unique_ptr CreateRemoteWebAuthnStateChangeNotifier(); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) void OnSessionServicesClientConnected( mojo::PendingReceiver receiver); #endif