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

Unified Diff: remoting/protocol/protocol_mock_objects.cc

Issue 10915206: [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders to ClientSession. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased to enable try jobs. 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
Index: remoting/protocol/protocol_mock_objects.cc
diff --git a/remoting/protocol/protocol_mock_objects.cc b/remoting/protocol/protocol_mock_objects.cc
index a37b0d76cdfcfab10c2c601d40181408aa9a7e62..58f912bc8171cfbb30076c9869a5bb78ae10306c 100644
--- a/remoting/protocol/protocol_mock_objects.cc
+++ b/remoting/protocol/protocol_mock_objects.cc
@@ -13,11 +13,9 @@ namespace protocol {
MockConnectionToClient::MockConnectionToClient(
Session* session,
- HostStub* host_stub,
- InputStub* input_stub)
+ HostStub* host_stub)
: ConnectionToClient(session) {
set_host_stub(host_stub);
- set_input_stub(input_stub);
}
MockConnectionToClient::~MockConnectionToClient() {}

Powered by Google App Engine
This is Rietveld 408576698