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

Unified Diff: remoting/base/chromoting_event.h

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/base/chromoting_event.h
diff --git a/remoting/base/chromoting_event.h b/remoting/base/chromoting_event.h
index 6f7a0b2b19e30be286b367156fa054e0187d856f..b8527a42d6ebf388de72456dcd957208b1bf9d2a 100644
--- a/remoting/base/chromoting_event.h
+++ b/remoting/base/chromoting_event.h
@@ -35,7 +35,8 @@ class ChromotingEvent {
NACL_DISABLED = 15,
MAX_SESSION_LENGTH = 16,
HOST_CONFIGURATION_ERROR = 17,
- NACL_PLUGIN_CRASHED = 18
+ NACL_PLUGIN_CRASHED = 18,
+ INVALID_ACCOUNT = 19
};
enum class Mode { IT2ME = 1, ME2ME = 2 };

Powered by Google App Engine
This is Rietveld 408576698