Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / fake_authenticator.h
index b74654d..a6ddc74 100644 (file)
@@ -24,14 +24,12 @@ class FakeChannelAuthenticator : public ChannelAuthenticator {
       const DoneCallback& done_callback) OVERRIDE;
 
  private:
-  void CallCallback(
-      net::Error error,
-      scoped_ptr<net::StreamSocket> socket);
-
   void OnAuthBytesWritten(int result);
   void OnAuthBytesRead(int result);
 
-  net::Error result_;
+  void CallDoneCallback();
+
+  int result_;
   bool async_;
 
   scoped_ptr<net::StreamSocket> socket_;