| Index: remoting/client/chromoting_client.h
|
| diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
|
| index fda616b06d51e6c434d5915c2bf43eaf75eff91f..dc4149902ef66e858a4d459dfc40c06d27a1e6ca 100644
|
| --- a/remoting/client/chromoting_client.h
|
| +++ b/remoting/client/chromoting_client.h
|
| @@ -83,6 +83,8 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback,
|
| protocol::ConnectionToHost::State state,
|
| protocol::ErrorCode error) OVERRIDE;
|
| virtual void OnConnectionReady(bool ready) OVERRIDE;
|
| + virtual void OnRouteChanged(const std::string& channel_name,
|
| + const protocol::TransportRoute& route) OVERRIDE;
|
|
|
| private:
|
| // Called when the connection is authenticated.
|
|
|