Chromium Code Reviews| Index: remoting/protocol/it2me_host_authenticator_factory.h |
| =================================================================== |
| --- remoting/protocol/it2me_host_authenticator_factory.h (revision 138222) |
| +++ remoting/protocol/it2me_host_authenticator_factory.h (working copy) |
| @@ -31,6 +31,7 @@ |
| // AuthenticatorFactory interface. |
| virtual scoped_ptr<Authenticator> CreateAuthenticator( |
| + const std::string& local_jid, |
| const std::string& remote_jid, |
| const buzz::XmlElement* first_message) OVERRIDE; |