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

Unified Diff: talk/media/base/mediachannel.h

Issue 1269863005: MediaController/Call instantiation. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: nullptr Created 5 years, 4 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/media/base/mediachannel.h
diff --git a/talk/media/base/mediachannel.h b/talk/media/base/mediachannel.h
index ed4142969b96e74934b1416d760c3aa08b05e4af..c5a5e5ed80e51212f5ac923f152d9ffc4e814449 100644
--- a/talk/media/base/mediachannel.h
+++ b/talk/media/base/mediachannel.h
@@ -1169,8 +1169,6 @@ class VideoMediaChannel : public MediaChannel {
VideoMediaChannel() : renderer_(NULL) {}
virtual ~VideoMediaChannel() {}
- // Allow video channel to unhook itself from an associated voice channel.
- virtual void DetachVoiceChannel() = 0;
// TODO(pthatcher): Remove SetSendCodecs,
// SetSendRtpHeaderExtensions, SetMaxSendBandwidth, and SetOptions
// once all implementations implement SetSendParameters.

Powered by Google App Engine
This is Rietveld 408576698