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

Unified Diff: remoting/protocol/session.h

Issue 8743023: Separate Authenticator and Session unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years 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/message_reader_unittest.cc ('k') | remoting/protocol/v1_authenticator_unittest.cc » ('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 aceb39d5d949a7e55b45a625a2e04530790b6fbb..7003a1384b93e8aed5470c52393b5603d0b2d418 100644
--- a/remoting/protocol/session.h
+++ b/remoting/protocol/session.h
@@ -60,6 +60,7 @@ class Session : public base::NonThreadSafe {
INCOMPATIBLE_PROTOCOL,
AUTHENTICATION_FAILED,
CHANNEL_CONNECTION_ERROR,
+ UNKNOWN_ERROR,
};
// State change callbacks are called after session state has
« no previous file with comments | « remoting/protocol/message_reader_unittest.cc ('k') | remoting/protocol/v1_authenticator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698