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

Unified Diff: remoting/protocol/session.h

Issue 8662001: Remove AccessVerifier interface. (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/protocol_mock_objects.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/session.h
diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h
index 603f7335cbd54ba020dbc72c40370ecbc9467716..fdefd954285352711fb72877378958795c856736 100644
--- a/remoting/protocol/session.h
+++ b/remoting/protocol/session.h
@@ -38,7 +38,7 @@ class Session : public base::NonThreadSafe {
// session-accept.
CONNECTING,
- // Session has been accepted, but channels are connected yet.
+ // Session has been accepted.
CONNECTED,
// Session has been closed.
@@ -54,6 +54,7 @@ class Session : public base::NonThreadSafe {
PEER_IS_OFFLINE,
SESSION_REJECTED,
INCOMPATIBLE_PROTOCOL,
+ AUTHENTICATION_FAILED,
CHANNEL_CONNECTION_ERROR,
};
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698