diff options
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/remoting_me2me_host.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc index d684a86..25a4ef1 100644 --- a/remoting/host/remoting_me2me_host.cc +++ b/remoting/host/remoting_me2me_host.cc @@ -477,11 +477,9 @@ void HostProcess::CreateAuthenticatorFactory() { return; } - // TODO(jamiewalch): Add a pairing registry here once all the code + // TODO(jamiewalch): Create a pairing registry here once all the code // is committed. - scoped_refptr<remoting::protocol::PairingRegistry> pairing_registry( - new remoting::protocol::PairingRegistry( - CreatePairingRegistryDelegate(NULL))); + scoped_refptr<remoting::protocol::PairingRegistry> pairing_registry = NULL; scoped_ptr<protocol::AuthenticatorFactory> factory; |