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

Unified Diff: talk/session/media/channel.cc

Issue 1658533003: Remove unimplemented VideoChannel code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 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: talk/session/media/channel.cc
diff --git a/talk/session/media/channel.cc b/talk/session/media/channel.cc
index a59c3f82b771848b79f88fa949e781d77c5f5a07..0bf00beadf6d39b089efb4e9fb375d7f2f1fdb8e 100644
--- a/talk/session/media/channel.cc
+++ b/talk/session/media/channel.cc
@@ -1707,18 +1707,6 @@ bool VideoChannel::IsScreencasting() {
return InvokeOnWorker(Bind(&VideoChannel::IsScreencasting_w, this));
}
-bool VideoChannel::SendIntraFrame() {
- worker_thread()->Invoke<void>(Bind(
- &VideoMediaChannel::SendIntraFrame, media_channel()));
- return true;
-}
-
-bool VideoChannel::RequestIntraFrame() {
- worker_thread()->Invoke<void>(Bind(
- &VideoMediaChannel::RequestIntraFrame, media_channel()));
- return true;
-}
-
bool VideoChannel::SetVideoSend(uint32_t ssrc,
bool mute,
const VideoOptions* options) {
« talk/media/webrtc/webrtcvideoengine2_unittest.cc ('K') | « talk/session/media/channel.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698