1 --- remoting/host/me2me_desktop_environment.cc.orig	2022-08-31 12:19:35 UTC
2 +++ remoting/host/me2me_desktop_environment.cc
3 @@ -148,7 +148,7 @@ bool Me2MeDesktopEnvironment::InitializeSecurity(
4 
5    // Otherwise, if the session is shared with the local user start monitoring
6    // the local input and create the in-session UI.
7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
9    bool want_user_interface = false;
10  #elif BUILDFLAG(IS_APPLE)
11    // Don't try to display any UI on top of the system's login screen as this
12