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

Unified Diff: remoting/host/user_authenticator.h

Issue 6780014: Clean up remoting project (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: got rid of ref counting on user authenticator Created 9 years, 9 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
« no previous file with comments | « remoting/host/simple_host_process.cc ('k') | remoting/host/user_authenticator_fake.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/user_authenticator.h
diff --git a/remoting/host/user_authenticator.h b/remoting/host/user_authenticator.h
index b6f6a7ff906f53079111acc85eec5f9c08e7da88..4ac71ad3126fa3bbad395529687ecf65dd95e88c 100644
--- a/remoting/host/user_authenticator.h
+++ b/remoting/host/user_authenticator.h
@@ -11,8 +11,6 @@ namespace remoting {
// Interface for authenticating users for access to remote desktop session.
// Implementation is platform-specific.
-// Implementations may assume each instance of this class handles only a
-// single Authenticate request.
// TODO(lambroslambrou): Decide whether this needs an asychronous interface
// (for example AuthenticateStart()..AuthenticateEndCallback()), or whether the
« no previous file with comments | « remoting/host/simple_host_process.cc ('k') | remoting/host/user_authenticator_fake.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698