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

Unified Diff: remoting/protocol/fake_desktop_capturer.cc

Issue 2483483004: [Chromoting] Implement new APIs in DesktopCapturer (Closed)
Patch Set: Resolve review comments Created 4 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/fake_desktop_capturer.h ('k') | remoting/protocol/video_frame_pump_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/fake_desktop_capturer.cc
diff --git a/remoting/protocol/fake_desktop_capturer.cc b/remoting/protocol/fake_desktop_capturer.cc
index 17b25c40e72a319941e354dcb7fd1f710a091e37..5a13126570282e04d2054dbc217092929eaf6f67 100644
--- a/remoting/protocol/fake_desktop_capturer.cc
+++ b/remoting/protocol/fake_desktop_capturer.cc
@@ -159,5 +159,15 @@ void FakeDesktopCapturer::CaptureFrame() {
std::move(frame));
}
+bool FakeDesktopCapturer::GetSourceList(SourceList* sources) {
+ NOTIMPLEMENTED();
+ return false;
+}
+
+bool FakeDesktopCapturer::SelectSource(SourceId id) {
+ NOTIMPLEMENTED();
+ return false;
+}
+
} // namespace protocol
} // namespace remoting
« no previous file with comments | « remoting/protocol/fake_desktop_capturer.h ('k') | remoting/protocol/video_frame_pump_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698