From 61b47626d3bcc5cbd13362ac41c8ae8e90c2dc9f Mon Sep 17 00:00:00 2001 From: "jamiewalch@chromium.org" Date: Wed, 26 Jun 2013 02:39:13 +0000 Subject: Don't create a pairing registry. Until the feature is complete, we should not be creating a pairing registry. Without a pairing registry, the SPAKE2_PAIR authentication method will not be offered, which is the behaviour we want for M29. BUG=254176 Review URL: https://chromiumcodereview.appspot.com/17750004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208600 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/remoting_me2me_host.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'remoting/host') 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 pairing_registry( - new remoting::protocol::PairingRegistry( - CreatePairingRegistryDelegate(NULL))); + scoped_refptr pairing_registry = NULL; scoped_ptr factory; -- cgit v1.1