X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fremoting%2Fprotocol%2Ffake_authenticator.h;h=a6ddc74528ab07b2965dfc815e9d76a67b5fe63a;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=b74654d0426c63aedc718b4803e065a093282244;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/remoting/protocol/fake_authenticator.h b/src/remoting/protocol/fake_authenticator.h index b74654d..a6ddc74 100644 --- a/src/remoting/protocol/fake_authenticator.h +++ b/src/remoting/protocol/fake_authenticator.h @@ -24,14 +24,12 @@ class FakeChannelAuthenticator : public ChannelAuthenticator { const DoneCallback& done_callback) OVERRIDE; private: - void CallCallback( - net::Error error, - scoped_ptr socket); - void OnAuthBytesWritten(int result); void OnAuthBytesRead(int result); - net::Error result_; + void CallDoneCallback(); + + int result_; bool async_; scoped_ptr socket_;