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

Unified Diff: remoting/protocol/errors.cc

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.cc
diff --git a/remoting/protocol/errors.cc b/remoting/protocol/errors.cc
index 12b0b1d96f1e1e639c7cea14640a83bd793fd1e6..992a0d09690a4ccef55729a1768f0f0c9c894315 100644
--- a/remoting/protocol/errors.cc
+++ b/remoting/protocol/errors.cc
@@ -20,6 +20,7 @@ const char* ErrorCodeToString(ErrorCode error) {
RETURN_STRING_LITERAL(SESSION_REJECTED);
RETURN_STRING_LITERAL(INCOMPATIBLE_PROTOCOL);
RETURN_STRING_LITERAL(AUTHENTICATION_FAILED);
+ RETURN_STRING_LITERAL(DOMAIN_MISMATCH);
RETURN_STRING_LITERAL(CHANNEL_CONNECTION_ERROR);
RETURN_STRING_LITERAL(SIGNALING_ERROR);
RETURN_STRING_LITERAL(SIGNALING_TIMEOUT);

Powered by Google App Engine
This is Rietveld 408576698