| Index: remoting/protocol/webrtc_connection_to_client.cc
|
| diff --git a/remoting/protocol/webrtc_connection_to_client.cc b/remoting/protocol/webrtc_connection_to_client.cc
|
| index e84513723983d6cd8a1689aa2f049dfeaae7cb03..3173dcfab42861df2698e023a8ef502d84034b6d 100644
|
| --- a/remoting/protocol/webrtc_connection_to_client.cc
|
| +++ b/remoting/protocol/webrtc_connection_to_client.cc
|
| @@ -174,15 +174,5 @@ void WebrtcConnectionToClient::OnChannelInitialized(
|
| }
|
| }
|
|
|
| -void WebrtcConnectionToClient::OnChannelError(
|
| - ChannelDispatcherBase* channel_dispatcher,
|
| - ErrorCode error) {
|
| - DCHECK(thread_checker_.CalledOnValidThread());
|
| -
|
| - LOG(ERROR) << "Failed to connect channel "
|
| - << channel_dispatcher->channel_name();
|
| - Disconnect(error);
|
| -}
|
| -
|
| } // namespace protocol
|
| } // namespace remoting
|
|
|