| Index: remoting/host/remoting_me2me_host.cc
|
| ===================================================================
|
| --- remoting/host/remoting_me2me_host.cc (revision 138222)
|
| +++ remoting/host/remoting_me2me_host.cc (working copy)
|
| @@ -190,7 +190,7 @@
|
| void CreateAuthenticatorFactory() {
|
| scoped_ptr<protocol::AuthenticatorFactory> factory(
|
| new protocol::Me2MeHostAuthenticatorFactory(
|
| - xmpp_login_, key_pair_.GenerateCertificate(),
|
| + key_pair_.GenerateCertificate(),
|
| *key_pair_.private_key(), host_secret_hash_));
|
| host_->SetAuthenticatorFactory(factory.Pass());
|
| }
|
|
|