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

Unified Diff: remoting/protocol/errors.h

Issue 1987163002: Add DOMAIN_MISMATCH message end to end (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep the order of ChromotingEvent list Created 4 years, 7 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
Index: remoting/protocol/errors.h
diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h
index 4dcf4e9c20a99b7d6eecce092bb56736f7454f24..a6597b1f93bf4a299ef3212f39a6e82c31011e4f 100644
--- a/remoting/protocol/errors.h
+++ b/remoting/protocol/errors.h
@@ -25,8 +25,9 @@ enum ErrorCode {
MAX_SESSION_LENGTH,
HOST_CONFIGURATION_ERROR,
UNKNOWN_ERROR,
Sergey Ulanov 2016/05/20 00:07:05 please keep UNKNOWN_ERROR the last error in the li
+ DOMAIN_MISMATCH,
Sergey Ulanov 2016/05/20 00:07:05 I don't think DOMAIN_MISMATCH is the best name her
- ERROR_CODE_MAX = UNKNOWN_ERROR,
+ ERROR_CODE_MAX = DOMAIN_MISMATCH,
};
// Returns the literal string of |error|.

Powered by Google App Engine
This is Rietveld 408576698