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

Unified Diff: remoting/host/security_key/gnubby_auth_handler_linux_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: Updating a comment 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/gnubby_auth_handler_linux_unittest.cc
diff --git a/remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc b/remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc
index 74ba1b7ee6661d14248e644cc95db30ca29ffa65..679d7184454ea8e1d7ec20cef5cbd5b6fe81bd34 100644
--- a/remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc
+++ b/remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc
@@ -57,7 +57,8 @@ class GnubbyAuthHandlerLinuxTest : public testing::Test {
send_message_callback_ =
base::Bind(&GnubbyAuthHandlerLinuxTest::SendMessageToClient,
base::Unretained(this));
- auth_handler_ = remoting::GnubbyAuthHandler::Create(send_message_callback_);
+ auth_handler_ =
+ remoting::GnubbyAuthHandler::Create(nullptr, send_message_callback_);
}
void WaitForSendMessageToClient() {
« no previous file with comments | « remoting/host/security_key/gnubby_auth_handler_linux.cc ('k') | remoting/host/security_key/gnubby_auth_handler_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698