Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / connection_to_client.h
index 9865307..9a64dcd 100644 (file)
@@ -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;