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

Unified Diff: remoting/host/security_key/security_key_auth_handler_win.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
Index: remoting/host/security_key/security_key_auth_handler_win.cc
diff --git a/remoting/host/security_key/security_key_auth_handler_win.cc b/remoting/host/security_key/security_key_auth_handler_win.cc
index 84962275fcead185323c4845cbd6974d34d3cc29..ef636600097a773efbb32672441018920a670555 100644
--- a/remoting/host/security_key/security_key_auth_handler_win.cc
+++ b/remoting/host/security_key/security_key_auth_handler_win.cc
@@ -281,7 +281,7 @@ void SecurityKeyAuthHandlerWin::OnChannelConnected(int32_t peer_pid) {
int new_connection_id = ++last_connection_id_;
std::unique_ptr<SecurityKeyIpcServer> ipc_server(SecurityKeyIpcServer::Create(
- new_connection_id, peer_session_id, disconnect_timeout_,
+ new_connection_id, client_session_details_, disconnect_timeout_,
send_message_callback_,
base::Bind(&SecurityKeyAuthHandlerWin::CloseSecurityKeyRequestIpcChannel,
base::Unretained(this), new_connection_id)));

Powered by Google App Engine
This is Rietveld 408576698