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

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

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.h
diff --git a/talk/session/media/channel.h b/talk/session/media/channel.h
index d8fde670a0ec5b714023da1f440faa34254f33c4..e250be5d12991a63e7650927b5c9c81c2d7aff15 100644
--- a/talk/session/media/channel.h
+++ b/talk/session/media/channel.h
@@ -478,9 +478,6 @@ class VideoChannel : public BaseChannel {
sigslot::signal2<VideoChannel*, const VideoMediaInfo&> SignalMediaMonitor;
sigslot::signal2<uint32_t, rtc::WindowEvent> SignalScreencastWindowEvent;
- bool SendIntraFrame();
- bool RequestIntraFrame();
-
bool SetVideoSend(uint32_t ssrc, bool enable, const VideoOptions* options);
private:

Powered by Google App Engine
This is Rietveld 408576698