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

Unified Diff: remoting/host/security_key/gnubby_auth_handler_mac.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_mac.cc
diff --git a/remoting/host/security_key/gnubby_auth_handler_mac.cc b/remoting/host/security_key/gnubby_auth_handler_mac.cc
index de113a4d9f73325df82d79c82c282c214961ba7b..09f7f7c6f6b521245ebac175f29984938a94d9ec 100644
--- a/remoting/host/security_key/gnubby_auth_handler_mac.cc
+++ b/remoting/host/security_key/gnubby_auth_handler_mac.cc
@@ -9,7 +9,8 @@
namespace remoting {
std::unique_ptr<GnubbyAuthHandler> GnubbyAuthHandler::Create(
- const SendMessageCallback& callback) {
+ ClientSessionDetails* client_session_details,
+ const SendMessageCallback& send_message_callback) {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698