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

Unified Diff: remoting/host/fake_host_extension.h

Issue 2091553002: Expose ClientSession details to Host Extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@desktop_environment
Patch Set: Merging with ToT 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/fake_host_extension.h
diff --git a/remoting/host/fake_host_extension.h b/remoting/host/fake_host_extension.h
index 6dc7a3fc4d1be5d3a0547ff491936b7c1c8358bf..641c440038346796d4f59000121119e53dd26934 100644
--- a/remoting/host/fake_host_extension.h
+++ b/remoting/host/fake_host_extension.h
@@ -13,6 +13,7 @@
namespace remoting {
class ClientSessionControl;
+class ClientSessionDetails;
class HostExtensionSession;
namespace protocol {
@@ -31,6 +32,7 @@ class FakeExtension : public HostExtension {
std::string capability() const override;
std::unique_ptr<HostExtensionSession> CreateExtensionSession(
ClientSessionControl* client_session_control,
+ ClientSessionDetails* client_session_details,
protocol::ClientStub* client_stub) override;
// Accessors for testing.

Powered by Google App Engine
This is Rietveld 408576698