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

Unified Diff: remoting/protocol/connection_to_host.h

Issue 8351084: Remove old Authentication code that we don't use or need. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 1 month 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/protocol/client_stub.h ('k') | remoting/protocol/connection_to_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/connection_to_host.h
diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h
index 6a865664df5f4ee3e5986ea26d385cac1462d010..7dcfc4e1c6725dd390da0da8bd684f0db62ae5cf 100644
--- a/remoting/protocol/connection_to_host.h
+++ b/remoting/protocol/connection_to_host.h
@@ -48,6 +48,9 @@ class ConnectionToHost : public SignalStrategy::StatusObserver,
public:
enum State {
CONNECTING,
+ // TODO(sergeyu): Currently CONNECTED state is not used and state
+ // is set to AUTHENTICATED after we are connected. Remove it and
+ // renamed AUTHENTICATED to CONNECTED?
CONNECTED,
AUTHENTICATED,
FAILED,
« no previous file with comments | « remoting/protocol/client_stub.h ('k') | remoting/protocol/connection_to_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698