| Index: remoting/protocol/it2me_host_authenticator_factory.cc
|
| ===================================================================
|
| --- remoting/protocol/it2me_host_authenticator_factory.cc (revision 138222)
|
| +++ remoting/protocol/it2me_host_authenticator_factory.cc (working copy)
|
| @@ -25,6 +25,7 @@
|
| }
|
|
|
| scoped_ptr<Authenticator> It2MeHostAuthenticatorFactory::CreateAuthenticator(
|
| + const std::string& local_jid,
|
| const std::string& remote_jid,
|
| const buzz::XmlElement* first_message) {
|
| if (NegotiatingAuthenticator::IsNegotiableMessage(first_message)) {
|
|
|