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

Unified Diff: remoting/host/security_key/remote_security_key_ipc_client_unittest.cc

Issue 2085353004: Update GnubbyAuthHandler to use the current session ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@host_extension
Patch Set: Fixing a build break Created 4 years, 6 months 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/remote_security_key_ipc_client_unittest.cc
diff --git a/remoting/host/security_key/remote_security_key_ipc_client_unittest.cc b/remoting/host/security_key/remote_security_key_ipc_client_unittest.cc
index ed48b4081ae34dffde2a1eb287af07d94424f63e..dd0a09a3bcfde79d7f19fa94f0490947d269c31e 100644
--- a/remoting/host/security_key/remote_security_key_ipc_client_unittest.cc
+++ b/remoting/host/security_key/remote_security_key_ipc_client_unittest.cc
@@ -102,6 +102,7 @@ RemoteSecurityKeyIpcClientTest::RemoteSecurityKeyIpcClientTest()
: run_loop_(new base::RunLoop()),
fake_ipc_server_(
kTestConnectionId,
+ /*peer_session_id=*/UINT32_MAX,
/*initial_connect_timeout=*/base::TimeDelta::FromMilliseconds(500),
base::Bind(&RemoteSecurityKeyIpcClientTest::SendMessageToClient,
base::Unretained(this)),

Powered by Google App Engine
This is Rietveld 408576698