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