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

Unified Diff: remoting/client/server_log_entry_client.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/client/server_log_entry_client.cc
diff --git a/remoting/client/server_log_entry_client.cc b/remoting/client/server_log_entry_client.cc
index fdf496c87aba1d67edfb0e895c1cf9b3afbf3697..87ba4e4be4afe3016682ecec6f65440c59824d03 100644
--- a/remoting/client/server_log_entry_client.cc
+++ b/remoting/client/server_log_entry_client.cc
@@ -88,6 +88,8 @@ const char* GetValueError(ErrorCode error) {
return "host-configuration-error";
case protocol::UNKNOWN_ERROR:
return "unknown-error";
+ case protocol::DOMAIN_MISMATCH:
+ return "domain-mismatch";
}
NOTREACHED();
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698