| Index: remoting/host/desktop_process_unittest.cc
|
| diff --git a/remoting/host/desktop_process_unittest.cc b/remoting/host/desktop_process_unittest.cc
|
| index 167e6b5d6a86ee830a500684aab019fdd17e2e63..1d7a167a8c009029832690b5f8c0da8d30246d61 100644
|
| --- a/remoting/host/desktop_process_unittest.cc
|
| +++ b/remoting/host/desktop_process_unittest.cc
|
| @@ -286,7 +286,8 @@ void DesktopProcessTest::SendCrashRequest() {
|
|
|
| void DesktopProcessTest::SendStartSessionAgent() {
|
| network_channel_->Send(new ChromotingNetworkDesktopMsg_StartSessionAgent(
|
| - "user@domain/rest-of-jid", ScreenResolution(), false));
|
| + "user@domain/rest-of-jid", ScreenResolution(),
|
| + DesktopEnvironmentOptions()));
|
| }
|
|
|
| // Launches the desktop process and waits when it connects back.
|
|
|