summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
Diffstat (limited to 'remoting')
-rw-r--r--remoting/protocol/pepper_stream_channel.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/remoting/protocol/pepper_stream_channel.cc b/remoting/protocol/pepper_stream_channel.cc
index 48d3a33..477f9fa 100644
--- a/remoting/protocol/pepper_stream_channel.cc
+++ b/remoting/protocol/pepper_stream_channel.cc
@@ -50,8 +50,6 @@ PepperStreamChannel::PepperStreamChannel(
PepperStreamChannel::~PepperStreamChannel() {
session_->OnDeleteChannel(this);
- // Verify that the |channel_| is ether destroyed or we own it.
- DCHECK_EQ(channel_, owned_channel_.get());
// Channel should be already destroyed if we were connected.
DCHECK(!connected_ || channel_ == NULL);
}