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

Unified Diff: remoting/protocol/protocol_mock_objects.cc

Issue 10909143: Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders to Cl… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/protocol_mock_objects.cc
===================================================================
--- remoting/protocol/protocol_mock_objects.cc (revision 155615)
+++ remoting/protocol/protocol_mock_objects.cc (working copy)
@@ -13,9 +13,11 @@
MockConnectionToClient::MockConnectionToClient(
Session* session,
- HostStub* host_stub)
+ HostStub* host_stub,
+ InputStub* input_stub)
: ConnectionToClient(session) {
set_host_stub(host_stub);
+ set_input_stub(input_stub);
}
MockConnectionToClient::~MockConnectionToClient() {}
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698