| Index: remoting/protocol/protobuf_video_writer.cc
|
| diff --git a/remoting/protocol/protobuf_video_writer.cc b/remoting/protocol/protobuf_video_writer.cc
|
| index 2d37f6577edb21ef7b256319c4a7bc5cdcc72d51..0b1705a1836b337592cb2ce71282c9238f775fa6 100644
|
| --- a/remoting/protocol/protobuf_video_writer.cc
|
| +++ b/remoting/protocol/protobuf_video_writer.cc
|
| @@ -29,9 +29,7 @@ void ProtobufVideoWriter::Init(protocol::Session* session,
|
| base::Bind(&ProtobufVideoWriter::OnChannelReady, base::Unretained(this)));
|
| }
|
|
|
| -void ProtobufVideoWriter::OnChannelReady(const std::string& name,
|
| - net::StreamSocket* socket) {
|
| - DCHECK_EQ(name, std::string(kVideoChannelName));
|
| +void ProtobufVideoWriter::OnChannelReady(net::StreamSocket* socket) {
|
| if (!socket) {
|
| initialized_callback_.Run(false);
|
| return;
|
|
|