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