Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / ssl_hmac_channel_authenticator.h
index f4223c4..849dab3 100644 (file)
@@ -78,6 +78,7 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
 
   void CheckDone(bool* callback_called);
   void NotifyError(int error);
+  void CallDoneCallback(int error, scoped_ptr<net::StreamSocket> socket);
 
   // The mutual secret used for authentication.
   std::string auth_key_;