Index: remoting/client/client_user_interface.h |
diff --git a/remoting/client/client_user_interface.h b/remoting/client/client_user_interface.h |
index 88d3e796991581b435cd447c11ece8d108bc6f11..9f1cfa73b41d98906b08bfd8f13f01ddb721da73 100644 |
--- a/remoting/client/client_user_interface.h |
+++ b/remoting/client/client_user_interface.h |
@@ -33,6 +33,8 @@ class ClientUserInterface { |
virtual void OnConnectionState(protocol::ConnectionToHost::State state, |
protocol::ErrorCode error) = 0; |
virtual void OnConnectionReady(bool ready) = 0; |
+ virtual void OnRouteChanged(const std::string& channel_name, |
+ const protocol::TransportRoute& route) = 0; |
// Passes the final set of capabilities negotiated between the client and host |
// to the application. |