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

Unified Diff: remoting/host/host_mock_objects.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/host_mock_objects.cc
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc
index dbb2ac8bf1f700394fa5bedafea472d335a3fe64..20358247001ae1e3ad00157685bbb6012e87a8db 100644
--- a/remoting/host/host_mock_objects.cc
+++ b/remoting/host/host_mock_objects.cc
@@ -68,6 +68,10 @@ MockClientSessionControl::MockClientSessionControl() {}
MockClientSessionControl::~MockClientSessionControl() {}
+MockClientSessionDetails::MockClientSessionDetails() {}
+
+MockClientSessionDetails::~MockClientSessionDetails() {}
+
MockClientSessionEventHandler::MockClientSessionEventHandler() {}
MockClientSessionEventHandler::~MockClientSessionEventHandler() {}

Powered by Google App Engine
This is Rietveld 408576698