Chromium Code Reviews| Index: remoting/host/me2me_desktop_environment.cc |
| diff --git a/remoting/host/me2me_desktop_environment.cc b/remoting/host/me2me_desktop_environment.cc |
| index 0a6d37dc804542e994b1036a6779af31b978a49b..16cd398b6686cf0878b49232d6cdbf8e9e4dcde6 100644 |
| --- a/remoting/host/me2me_desktop_environment.cc |
| +++ b/remoting/host/me2me_desktop_environment.cc |
| @@ -87,7 +87,7 @@ bool Me2MeDesktopEnvironment::InitializeSecurity( |
| // Otherwise, if the session is shared with the local user start monitoring |
| // the local input and create the in-session UI. |
| -#if defined(OS_LINUX) |
| +#if defined(OS_LINUX) || defined(OS_ANDROID) |
|
Sergey Ulanov
2016/04/07 00:56:14
I think this should default to true. We can disabl
Lambros
2016/04/12 21:58:04
Done.
|
| bool want_user_interface = false; |
| #elif defined(OS_MACOSX) |
| // Don't try to display any UI on top of the system's login screen as this |