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

Unified Diff: remoting/android/java/src/org/chromium/chromoting/jni/ConnectionListener.java

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
« no previous file with comments | « no previous file | remoting/base/chromoting_event.h » ('j') | remoting/protocol/errors.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/java/src/org/chromium/chromoting/jni/ConnectionListener.java
diff --git a/remoting/android/java/src/org/chromium/chromoting/jni/ConnectionListener.java b/remoting/android/java/src/org/chromium/chromoting/jni/ConnectionListener.java
index f1575cd70c5e1add9ad488a85c81f31634b65f3b..c1296fe1a7834fe5c72e13d0bef1ee3e7f096dab 100644
--- a/remoting/android/java/src/org/chromium/chromoting/jni/ConnectionListener.java
+++ b/remoting/android/java/src/org/chromium/chromoting/jni/ConnectionListener.java
@@ -49,7 +49,8 @@ public interface ConnectionListener {
HOST_OVERLOAD(8, R.string.error_host_overload),
MAX_SESSION_LENGTH(9, R.string.error_max_session_length),
HOST_CONFIGURATION_ERROR(10, R.string.error_host_configuration_error),
- UNKNOWN_ERROR(11, R.string.error_unexpected);
+ UNKNOWN_ERROR(11, R.string.error_unexpected),
+ DOMAIN_MISMATCH(12, R.string.error_domain_mismatch);
private final int mValue;
private final int mMessage;
« no previous file with comments | « no previous file | remoting/base/chromoting_event.h » ('j') | remoting/protocol/errors.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698