| Index: remoting/protocol/ice_connection_to_host.h
|
| diff --git a/remoting/protocol/ice_connection_to_host.h b/remoting/protocol/ice_connection_to_host.h
|
| index d347e1e376ad5c9e589203318900a0ca438bd414..fea50882c9008a5eff9e07ea994680b4d48b5190 100644
|
| --- a/remoting/protocol/ice_connection_to_host.h
|
| +++ b/remoting/protocol/ice_connection_to_host.h
|
| @@ -66,6 +66,7 @@ class IceConnectionToHost : public ConnectionToHost,
|
|
|
| // ChannelDispatcherBase::EventHandler interface.
|
| void OnChannelInitialized(ChannelDispatcherBase* channel_dispatcher) override;
|
| + void OnChannelClosed(ChannelDispatcherBase* channel_dispatcher) override;
|
|
|
| // MonitoredVideoStub::EventHandler interface.
|
| virtual void OnVideoChannelStatus(bool active);
|
|
|