| Index: remoting/protocol/webrtc_connection_to_client.h
|
| diff --git a/remoting/protocol/webrtc_connection_to_client.h b/remoting/protocol/webrtc_connection_to_client.h
|
| index 06fadd67b2610e9c9bacb3f9e0cabcf6f5acab9a..13d0ee36c2d988c80e9d60149617e088b5a2c17e 100644
|
| --- a/remoting/protocol/webrtc_connection_to_client.h
|
| +++ b/remoting/protocol/webrtc_connection_to_client.h
|
| @@ -61,8 +61,6 @@ class WebrtcConnectionToClient : public ConnectionToClient,
|
|
|
| // ChannelDispatcherBase::EventHandler interface.
|
| void OnChannelInitialized(ChannelDispatcherBase* channel_dispatcher) override;
|
| - void OnChannelError(ChannelDispatcherBase* channel_dispatcher,
|
| - ErrorCode error) override;
|
|
|
| private:
|
| base::ThreadChecker thread_checker_;
|
|
|