| Index: remoting/protocol/fake_authenticator.cc
|
| diff --git a/remoting/protocol/fake_authenticator.cc b/remoting/protocol/fake_authenticator.cc
|
| index 416d391ad409f97ac75b165693abb81a8457890c..49813ab49493e4a3a63e9f2e0dcf92218d83b511 100644
|
| --- a/remoting/protocol/fake_authenticator.cc
|
| +++ b/remoting/protocol/fake_authenticator.cc
|
| @@ -210,13 +210,11 @@ FakeHostAuthenticatorFactory::FakeHostAuthenticatorFactory(
|
| action_(action), async_(async) {
|
| }
|
|
|
| -FakeHostAuthenticatorFactory::~FakeHostAuthenticatorFactory() {
|
| -}
|
| +FakeHostAuthenticatorFactory::~FakeHostAuthenticatorFactory() {}
|
|
|
| scoped_ptr<Authenticator> FakeHostAuthenticatorFactory::CreateAuthenticator(
|
| const std::string& local_jid,
|
| - const std::string& remote_jid,
|
| - const buzz::XmlElement* first_message) {
|
| + const std::string& remote_jid) {
|
| scoped_ptr<FakeAuthenticator> authenticator(new FakeAuthenticator(
|
| FakeAuthenticator::HOST, round_trips_, action_, async_));
|
| authenticator->set_messages_till_started(messages_till_started_);
|
|
|