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

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

Issue 2091553002: Expose ClientSession details to Host Extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@desktop_environment
Patch Set: Adressing feedback 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.cc
diff --git a/remoting/host/security_key/gnubby_extension.cc b/remoting/host/security_key/gnubby_extension.cc
index 3177766998bbd521328e2a1e8c6c7838b45fec9a..469baa1c60239e83334fa6195a209c40f8dddd9f 100644
--- a/remoting/host/security_key/gnubby_extension.cc
+++ b/remoting/host/security_key/gnubby_extension.cc
@@ -24,11 +24,12 @@ std::string GnubbyExtension::capability() const {
}
std::unique_ptr<HostExtensionSession> GnubbyExtension::CreateExtensionSession(
- ClientSessionControl* client_session_control,
+ ClientSessionDetails* client_session_details,
protocol::ClientStub* client_stub) {
// TODO(joedow): Update this mechanism to allow for multiple sessions. The
// extension will only send messages through the initial
// |client_stub| with the current design.
+ // TODO(joedow): Update GnubbyExtensionSession for |client_session_details|.
return base::WrapUnique(new GnubbyExtensionSession(client_stub));
}
« no previous file with comments | « remoting/host/security_key/gnubby_extension.h ('k') | remoting/host/security_key/gnubby_extension_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698