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

Unified Diff: remoting/host/host_mock_objects.cc

Issue 1462063004: Move VideoFramePump to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/host/host_mock_objects.h ('k') | remoting/host/ipc_desktop_environment_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_mock_objects.cc
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc
index 7b4d28b639e87752dfd15a900cda3bc4687a99e3..91e7f878a848b8f489712eeceb2e4d82fde35dc3 100644
--- a/remoting/host/host_mock_objects.cc
+++ b/remoting/host/host_mock_objects.cc
@@ -89,15 +89,4 @@ MockMouseCursorMonitor::MockMouseCursorMonitor() {}
MockMouseCursorMonitor::~MockMouseCursorMonitor() {}
-MockVideoEncoder::MockVideoEncoder() {
-}
-
-MockVideoEncoder::~MockVideoEncoder() {
-}
-
-scoped_ptr<VideoPacket> MockVideoEncoder::Encode(
- const webrtc::DesktopFrame& frame) {
- return make_scoped_ptr(EncodePtr(frame));
-}
-
} // namespace remoting
« no previous file with comments | « remoting/host/host_mock_objects.h ('k') | remoting/host/ipc_desktop_environment_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698