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

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

Issue 2091553002: Expose ClientSession details to Host Extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@desktop_environment
Patch Set: Minor fixup 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.cc
diff --git a/remoting/host/security_key/gnubby_extension_session.cc b/remoting/host/security_key/gnubby_extension_session.cc
index ee3c92e418275c4bb1b053495a6319cde9e7838b..494c9aba96ec2fcbb150f8657bd9e5e9520c8b01 100644
--- a/remoting/host/security_key/gnubby_extension_session.cc
+++ b/remoting/host/security_key/gnubby_extension_session.cc
@@ -72,10 +72,10 @@ GnubbyExtensionSession::~GnubbyExtensionSession() {}
// Returns true if the |message| is a Security Key ExtensionMessage.
// This is done so the host does not pass |message| to other HostExtensions.
-// TODO(joedow): Use |client_session_control| to disconnect the session if we
+// TODO(joedow): Use |client_session_details| to disconnect the session if we
// receive an invalid extension message.
bool GnubbyExtensionSession::OnExtensionMessage(
- ClientSessionControl* client_session_control,
+ ClientSessionDetails* client_session_details,
protocol::ClientStub* client_stub,
const protocol::ExtensionMessage& message) {
DCHECK(thread_checker_.CalledOnValidThread());

Powered by Google App Engine
This is Rietveld 408576698