| Index: remoting/protocol/fake_authenticator.h
|
| diff --git a/remoting/protocol/fake_authenticator.h b/remoting/protocol/fake_authenticator.h
|
| index a6ddc74528ab07b2965dfc815e9d76a67b5fe63a..b74654d0426c63aedc718b4803e065a093282244 100644
|
| --- a/remoting/protocol/fake_authenticator.h
|
| +++ b/remoting/protocol/fake_authenticator.h
|
| @@ -24,12 +24,14 @@
|
| const DoneCallback& done_callback) OVERRIDE;
|
|
|
| private:
|
| + void CallCallback(
|
| + net::Error error,
|
| + scoped_ptr<net::StreamSocket> socket);
|
| +
|
| void OnAuthBytesWritten(int result);
|
| void OnAuthBytesRead(int result);
|
|
|
| - void CallDoneCallback();
|
| -
|
| - int result_;
|
| + net::Error result_;
|
| bool async_;
|
|
|
| scoped_ptr<net::StreamSocket> socket_;
|
|
|