| Index: remoting/protocol/authenticator.h
|
| diff --git a/remoting/protocol/authenticator.h b/remoting/protocol/authenticator.h
|
| index 3211164723f55346377f7224127de3efdb0d8a1b..927790c2e43e04c9f318644cbaca447492afeaed 100644
|
| --- a/remoting/protocol/authenticator.h
|
| +++ b/remoting/protocol/authenticator.h
|
| @@ -134,8 +134,7 @@ class AuthenticatorFactory {
|
| // for the result of this method.
|
| virtual scoped_ptr<Authenticator> CreateAuthenticator(
|
| const std::string& local_jid,
|
| - const std::string& remote_jid,
|
| - const buzz::XmlElement* first_message) = 0;
|
| + const std::string& remote_jid) = 0;
|
| };
|
|
|
| } // namespace protocol
|
|
|