| Index: remoting/protocol/ssl_hmac_channel_authenticator.h
|
| diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.h b/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| index 7bb6fb9ee401f83719d684dc1e6e16b737a663fb..6bd9006df135e6e62bafaf610836f58cac94dc2c 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| @@ -78,7 +78,6 @@ 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_;
|
|
|