Index: remoting/protocol/transport.h |
diff --git a/remoting/protocol/transport.h b/remoting/protocol/transport.h |
index 08d0aa3d672fa4b9ae8f1301644f57c353d6954c..00170c5ca18eee98b7f1693d8928fca6c73ef824 100644 |
--- a/remoting/protocol/transport.h |
+++ b/remoting/protocol/transport.h |
@@ -67,6 +67,9 @@ class Transport { |
virtual void OnTransportRouteChange(const std::string& channel_name, |
const TransportRoute& route) = 0; |
+ // Called when the transport is connected. |
+ virtual void OnTransportConnected() = 0; |
+ |
// Called when there is an error connecting the session. |
virtual void OnTransportError(ErrorCode error) = 0; |
}; |