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

Unified Diff: remoting/protocol/protocol_mock_objects.cc

Issue 850983002: Implement video frame acknowledgements in the chromoting protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/protocol/video_feedback_stub.h » ('j') | 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 7b51fe25310b239aa8cf43ba8b69a893c0c29242..90876360ca30e8c45c6959bf46ef991931c39db4 100644
--- a/remoting/protocol/protocol_mock_objects.cc
+++ b/remoting/protocol/protocol_mock_objects.cc
@@ -15,7 +15,8 @@ MockConnectionToClient::MockConnectionToClient(Session* session,
: ConnectionToClient(session),
clipboard_stub_(nullptr),
host_stub_(host_stub),
- input_stub_(nullptr) {
+ input_stub_(nullptr),
+ video_feedback_stub_(nullptr) {
}
MockConnectionToClient::~MockConnectionToClient() {}
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | remoting/protocol/video_feedback_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698