Chromium Code Reviews| Index: remoting/protocol/fake_authenticator.cc |
| =================================================================== |
| --- remoting/protocol/fake_authenticator.cc (revision 138222) |
| +++ remoting/protocol/fake_authenticator.cc (working copy) |
| @@ -156,6 +156,7 @@ |
| } |
| scoped_ptr<Authenticator> FakeHostAuthenticatorFactory::CreateAuthenticator( |
| + const std::string& local_jid, |
| const std::string& remote_jid, |
| const buzz::XmlElement* first_message) { |
| return scoped_ptr<Authenticator>(new FakeAuthenticator( |