Index: remoting/protocol/connection_to_client.h |
diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h |
index 986530708497f5b52ca685be606ea5bd270fe7a8..6ed58f79f29068aaaa3257c0122c51d59a1ddafa 100644 |
--- a/remoting/protocol/connection_to_client.h |
+++ b/remoting/protocol/connection_to_client.h |
@@ -38,6 +38,9 @@ class ConnectionToClient : public base::NonThreadSafe, |
public: |
class EventHandler { |
public: |
+ // Called when the network connection is Authenticating |
+ virtual void OnConnectionAuthenticating(ConnectionToClient* connection) = 0; |
+ |
// Called when the network connection is authenticated. |
virtual void OnConnectionAuthenticated(ConnectionToClient* connection) = 0; |