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

Unified Diff: remoting/webapp/base/js/chromoting_event.js

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/webapp/base/js/chromoting_event.js
diff --git a/remoting/webapp/base/js/chromoting_event.js b/remoting/webapp/base/js/chromoting_event.js
index 5ce696f7e994da042f529440744ad620e49248a5..8347974eb7338b4146e4c872e95b6a17f8ab2b4f 100644
--- a/remoting/webapp/base/js/chromoting_event.js
+++ b/remoting/webapp/base/js/chromoting_event.js
@@ -337,6 +337,7 @@ remoting.ChromotingEvent.ConnectionError = {
NETWORK_FAILURE: 5,
UNKNOWN_ERROR: 6,
INVALID_ACCESS_CODE: 7,
+ DOMAIN_MISMATCH: 19,
MISSING_PLUGIN: 8,
AUTHENTICATION_FAILED: 9,
BAD_VERSION: 10,

Powered by Google App Engine
This is Rietveld 408576698