Index: remoting/protocol/protobuf_video_reader.cc |
diff --git a/remoting/protocol/protobuf_video_reader.cc b/remoting/protocol/protobuf_video_reader.cc |
index f93f2fb76cb126306aa0198e3236e4fe5670f333..08b1828afa715ab533cf6819434772d7de94e033 100644 |
--- a/remoting/protocol/protobuf_video_reader.cc |
+++ b/remoting/protocol/protobuf_video_reader.cc |
@@ -32,9 +32,7 @@ void ProtobufVideoReader::Init(protocol::Session* session, |
base::Bind(&ProtobufVideoReader::OnChannelReady, base::Unretained(this))); |
} |
-void ProtobufVideoReader::OnChannelReady(const std::string& name, |
- net::StreamSocket* socket) { |
- DCHECK_EQ(name, std::string(kVideoChannelName)); |
+void ProtobufVideoReader::OnChannelReady(net::StreamSocket* socket) { |
if (!socket) { |
initialized_callback_.Run(false); |
return; |