Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2124)

Unified Diff: remoting/host/desktop_process_unittest.cc

Issue 2529533003: Pass DesktopEnvironmentOptions form network to desktop process. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698