Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2232)

Unified Diff: remoting/host/remoting_me2me_host.cc

Issue 15709005: Linux pairing registry delegate implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewer feedback. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/remoting_me2me_host.cc
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
index 252390ab7f997413a65a0df8fde59a859ae06232..3535239a26d0532d090083ce2125a929073d610c 100644
--- a/remoting/host/remoting_me2me_host.cc
+++ b/remoting/host/remoting_me2me_host.cc
@@ -479,11 +479,6 @@ void HostProcess::CreateAuthenticatorFactory() {
// TODO(jamiewalch): Add a pairing registry here once all the code
// is committed.
scoped_refptr<remoting::protocol::PairingRegistry> pairing_registry;
- //scoped_refptr<protocol::PairingRegistry> pairing_registry(
- // new protocol::PairingRegistry(
- // scoped_ptr<protocol::PairingRegistry::Delegate>(
- // new protocol::NotImplementedPairingRegistryDelegate),
- // protocol::PairingRegistry::PairedClients()));
scoped_ptr<protocol::AuthenticatorFactory> factory;

Powered by Google App Engine
This is Rietveld 408576698