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

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

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
« no previous file with comments | « remoting/host/host_mock_objects.cc ('k') | remoting/host/security_key/gnubby_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/security_key/gnubby_extension.h
diff --git a/remoting/host/security_key/gnubby_extension.h b/remoting/host/security_key/gnubby_extension.h
index 79c85f0b6c0857ad85eac2b54bbeaf989d9f0844..e44eb07b7bbcbfcea32a97a27c5660d4e4cccf91 100644
--- a/remoting/host/security_key/gnubby_extension.h
+++ b/remoting/host/security_key/gnubby_extension.h
@@ -13,6 +13,9 @@
namespace remoting {
+class ClientSessionDetails;
+class HostExtensionSession;
+
// GnubbyExtension extends HostExtension to enable Security Key support.
class GnubbyExtension : public HostExtension {
public:
@@ -22,7 +25,7 @@ class GnubbyExtension : public HostExtension {
// HostExtension interface.
std::string capability() const override;
std::unique_ptr<HostExtensionSession> CreateExtensionSession(
- ClientSessionControl* client_session_control,
+ ClientSessionDetails* client_session_details,
protocol::ClientStub* client_stub) override;
private:
« no previous file with comments | « remoting/host/host_mock_objects.cc ('k') | remoting/host/security_key/gnubby_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698