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

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: 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/fake_host_extension.h
diff --git a/remoting/host/fake_host_extension.h b/remoting/host/fake_host_extension.h
index 6dc7a3fc4d1be5d3a0547ff491936b7c1c8358bf..a45a6efbb260eb1f884d53eeea9852c3911472f9 100644
--- a/remoting/host/fake_host_extension.h
+++ b/remoting/host/fake_host_extension.h
@@ -12,7 +12,7 @@
namespace remoting {
-class ClientSessionControl;
+class ClientSessionDetails;
class HostExtensionSession;
namespace protocol {
@@ -30,7 +30,7 @@ class FakeExtension : 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;
// Accessors for testing.

Powered by Google App Engine
This is Rietveld 408576698