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

Unified Diff: remoting/client/plugin/chromoting_instance.cc

Issue 1987163002: Add DOMAIN_MISMATCH message end to end (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO in Jingle session 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/plugin/chromoting_instance.cc
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
index cd7bad26022f8ec0df3b3ba2e70b1ba56508d585..e3a63e6d81c71039358985bd150c2c46eee2a719 100644
--- a/remoting/client/plugin/chromoting_instance.cc
+++ b/remoting/client/plugin/chromoting_instance.cc
@@ -119,6 +119,9 @@ std::string ConnectionErrorToString(protocol::ErrorCode error) {
case protocol::AUTHENTICATION_FAILED:
return "SESSION_REJECTED";
+ case protocol::INVALID_ACCOUNT:
+ return "INVALID_ACCOUNT";
+
case protocol::INCOMPATIBLE_PROTOCOL:
return "INCOMPATIBLE_PROTOCOL";
« no previous file with comments | « remoting/client/ios/build/localizable_string_id_list.txt ('k') | remoting/client/server_log_entry_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698