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

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: comments Created 5 years, 3 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 7b88134194361fffa57bed7fa08ab9a8fc3c22d8..cbc8840b801a3c7a25e4f4378db7d8d236de2448 100644
--- a/talk/media/base/mediachannel.h
+++ b/talk/media/base/mediachannel.h
@@ -1167,8 +1167,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