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 |