| Index: remoting/protocol/ice_connection_to_client.h
|
| diff --git a/remoting/protocol/ice_connection_to_client.h b/remoting/protocol/ice_connection_to_client.h
|
| index e0d034b86ef4edf6dc5842e5ec3e078446fa9e9c..d2932f5dcbc715a8d53f9dc16cef80d09d05a658 100644
|
| --- a/remoting/protocol/ice_connection_to_client.h
|
| +++ b/remoting/protocol/ice_connection_to_client.h
|
| @@ -55,6 +55,7 @@ class IceConnectionToClient : public ConnectionToClient,
|
| void set_host_stub(HostStub* host_stub) override;
|
| void set_input_stub(InputStub* input_stub) override;
|
|
|
| + private:
|
| // Session::EventHandler interface.
|
| void OnSessionStateChange(Session::State state) override;
|
|
|
| @@ -65,8 +66,8 @@ class IceConnectionToClient : public ConnectionToClient,
|
|
|
| // ChannelDispatcherBase::EventHandler interface.
|
| void OnChannelInitialized(ChannelDispatcherBase* channel_dispatcher) override;
|
| + void OnChannelClosed(ChannelDispatcherBase* channel_dispatcher) override;
|
|
|
| - private:
|
| void NotifyIfChannelsReady();
|
|
|
| void CloseChannels();
|
|
|