| Index: remoting/protocol/fake_authenticator.h
|
| diff --git a/remoting/protocol/fake_authenticator.h b/remoting/protocol/fake_authenticator.h
|
| index b74654d0426c63aedc718b4803e065a093282244..a6ddc74528ab07b2965dfc815e9d76a67b5fe63a 100644
|
| --- a/remoting/protocol/fake_authenticator.h
|
| +++ b/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<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_;
|
|
|