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

Unified Diff: remoting/host/ipc_desktop_environment_unittest.cc

Issue 2468523003: Pass the desktop session ID to the remoting network process. (Closed)
Patch Set: rebase 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
« no previous file with comments | « remoting/host/ipc_desktop_environment.cc ('k') | remoting/host/security_key/fake_security_key_ipc_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/ipc_desktop_environment_unittest.cc
diff --git a/remoting/host/ipc_desktop_environment_unittest.cc b/remoting/host/ipc_desktop_environment_unittest.cc
index 3babf7fb1e20a62e7560ff0f9869889aa1d4006a..638761cac264af7473d3ea78f3889501dc9ec13e 100644
--- a/remoting/host/ipc_desktop_environment_unittest.cc
+++ b/remoting/host/ipc_desktop_environment_unittest.cc
@@ -451,7 +451,7 @@ void IpcDesktopEnvironmentTest::OnDesktopAttached(
const IPC::ChannelHandle& desktop_pipe) {
// Instruct DesktopSessionProxy to connect to the network-to-desktop pipe.
desktop_environment_factory_->OnDesktopSessionAgentAttached(
- terminal_id_, desktop_pipe);
+ terminal_id_, /*session_id=*/0, desktop_pipe);
}
void IpcDesktopEnvironmentTest::RunMainLoopUntilDone() {
« no previous file with comments | « remoting/host/ipc_desktop_environment.cc ('k') | remoting/host/security_key/fake_security_key_ipc_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698