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

Unified Diff: remoting/protocol/protocol_mock_objects.cc

Issue 8476018: Move ConnectionToClient::EventHandler from ChromotingHost to ClientSession (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 9 years, 1 month 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/protocol/protocol_mock_objects.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/protocol_mock_objects.cc
diff --git a/remoting/protocol/protocol_mock_objects.cc b/remoting/protocol/protocol_mock_objects.cc
index 3ce8d315c15a93294ce28c7231b947a821e1bd29..897b34d310e636d830acbd0d2693c7eff1d9b923 100644
--- a/remoting/protocol/protocol_mock_objects.cc
+++ b/remoting/protocol/protocol_mock_objects.cc
@@ -10,11 +10,10 @@ namespace remoting {
namespace protocol {
MockConnectionToClient::MockConnectionToClient(
- EventHandler* handler,
+ Session* session,
HostStub* host_stub,
InputStub* input_stub)
- : ConnectionToClient(base::MessageLoopProxy::current(),
- handler) {
+ : ConnectionToClient(base::MessageLoopProxy::current(), session) {
set_host_stub(host_stub);
set_input_stub(input_stub);
}
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698