Index: remoting/protocol/it2me_host_authenticator_factory.cc |
diff --git a/remoting/protocol/it2me_host_authenticator_factory.cc b/remoting/protocol/it2me_host_authenticator_factory.cc |
index 1fb24a7cc754f6540365d002cdf60c6273920df8..bc15486b9a1d2b987359d3b136c4a427229fe53c 100644 |
--- a/remoting/protocol/it2me_host_authenticator_factory.cc |
+++ b/remoting/protocol/it2me_host_authenticator_factory.cc |
@@ -27,7 +27,7 @@ scoped_ptr<Authenticator> It2MeHostAuthenticatorFactory::CreateAuthenticator( |
const std::string& local_jid, |
const std::string& remote_jid, |
const buzz::XmlElement* first_message) { |
- return NegotiatingAuthenticator::CreateForHost( |
+ return NegotiatingAuthenticator::CreateForHostSharedSecret( |
local_cert_, key_pair_->Copy(), shared_secret_, |
AuthenticationMethod::NONE); |
} |