aboutsummaryrefslogtreecommitdiff
path: root/pc/peer_connection_factory.cc
diff options
context:
space:
mode:
authorHarald Alvestrand <hta@webrtc.org>2022-05-23 08:46:57 +0000
committerWebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-23 10:06:26 +0000
commit485457f0509339b41c2a694e55d0c0ab1eb06255 (patch)
tree2d36c5a2035fe1448aef24e1a103cde77eb71255 /pc/peer_connection_factory.cc
parent353d5b243ad6414f97f1dc61c545dfd31ebce4e7 (diff)
downloadwebrtc-485457f0509339b41c2a694e55d0c0ab1eb06255.tar.gz
Delete ChannelManager class
Bug: webrtc:13931 Change-Id: I331aed0e304f89a0c53d8db20ab2c9733ebbb34c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/263120 Reviewed-by: Florent Castelli <orphis@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36970}
Diffstat (limited to 'pc/peer_connection_factory.cc')
-rw-r--r--pc/peer_connection_factory.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/pc/peer_connection_factory.cc b/pc/peer_connection_factory.cc
index 0109f3db7e..9bc8b37a09 100644
--- a/pc/peer_connection_factory.cc
+++ b/pc/peer_connection_factory.cc
@@ -33,7 +33,6 @@
#include "p2p/base/port_allocator.h"
#include "p2p/client/basic_port_allocator.h"
#include "pc/audio_track.h"
-#include "pc/channel_manager.h"
#include "pc/local_audio_source.h"
#include "pc/media_stream.h"
#include "pc/media_stream_proxy.h"
@@ -198,7 +197,6 @@ void PeerConnectionFactory::StopAecDump() {
cricket::MediaEngineInterface* PeerConnectionFactory::media_engine() const {
RTC_DCHECK(context_);
- RTC_DCHECK(context_->channel_manager());
return context_->media_engine();
}