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

Unified Diff: remoting/host/security_key/gnubby_extension_session.h

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_extension_session.h
diff --git a/remoting/host/security_key/gnubby_extension_session.h b/remoting/host/security_key/gnubby_extension_session.h
index 65319437616e2175cb04dcb409b4126304bd3cc5..6051244d825e02301e836b26d03035932c858e1a 100644
--- a/remoting/host/security_key/gnubby_extension_session.h
+++ b/remoting/host/security_key/gnubby_extension_session.h
@@ -19,6 +19,7 @@ class DictionaryValue;
namespace remoting {
+class ClientSessionDetails;
class GnubbyAuthHandler;
namespace protocol {
@@ -28,7 +29,8 @@ class ClientStub;
// A HostExtensionSession implementation that enables Security Key support.
class GnubbyExtensionSession : public HostExtensionSession {
public:
- explicit GnubbyExtensionSession(protocol::ClientStub* client_stub);
+ GnubbyExtensionSession(ClientSessionDetails* client_session_details,
+ protocol::ClientStub* client_stub);
~GnubbyExtensionSession() override;
// HostExtensionSession interface.
« no previous file with comments | « remoting/host/security_key/gnubby_extension.cc ('k') | remoting/host/security_key/gnubby_extension_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698