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

Unified Diff: remoting/host/host_mock_objects.cc

Issue 6724033: Remove authenticated_ fields from stubs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweak. Created 9 years, 9 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 d4d51a570f5845e1be88b43e513ceb3c631626ca..6b14e37fea6cc238055e9483023c4611b669c1b7 100644
--- a/remoting/host/host_mock_objects.cc
+++ b/remoting/host/host_mock_objects.cc
@@ -15,4 +15,8 @@ MockChromotingHostContext::MockChromotingHostContext()
MockChromotingHostContext::~MockChromotingHostContext() {}
+MockClientSessionEventHandler::MockClientSessionEventHandler() {}
+
+MockClientSessionEventHandler::~MockClientSessionEventHandler() {}
+
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698