| Index: remoting/protocol/me2me_host_authenticator_factory.h
|
| diff --git a/remoting/protocol/me2me_host_authenticator_factory.h b/remoting/protocol/me2me_host_authenticator_factory.h
|
| index b0f9b4e3738d5ed0e21f6ba4ed9998246015e33b..1a5acb186d17698a930177102360810b0c29c49b 100644
|
| --- a/remoting/protocol/me2me_host_authenticator_factory.h
|
| +++ b/remoting/protocol/me2me_host_authenticator_factory.h
|
| @@ -24,7 +24,6 @@ class Me2MeHostAuthenticatorFactory : public AuthenticatorFactory {
|
| public:
|
| // Doesn't take ownership of |local_private_key|.
|
| Me2MeHostAuthenticatorFactory(
|
| - const std::string& local_jid,
|
| const std::string& local_cert,
|
| const crypto::RSAPrivateKey& local_private_key,
|
| const SharedSecretHash& shared_secret_hash);
|
| @@ -32,6 +31,7 @@ class Me2MeHostAuthenticatorFactory : public AuthenticatorFactory {
|
|
|
| // AuthenticatorFactory interface.
|
| virtual scoped_ptr<Authenticator> CreateAuthenticator(
|
| + const std::string& local_jid,
|
| const std::string& remote_jid,
|
| const buzz::XmlElement* first_message) OVERRIDE;
|
|
|
|
|