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

Unified Diff: remoting/protocol/errors.h

Issue 105943010: Android Chromoting - Close the Desktop view on disconnection (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use Java enum for state/error codes Created 6 years, 11 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/protocol/errors.h
diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h
index 31bf9265dd62ba76a1600dc441013e6fa553b2c0..f7dce9e0676d41fe1d63467fbb09e96b99152eae 100644
--- a/remoting/protocol/errors.h
+++ b/remoting/protocol/errors.h
@@ -9,7 +9,8 @@ namespace remoting {
namespace protocol {
// The UI implementations maintain corresponding definitions of this
-// enumeration in webapp/error.js and android/java/res/values/strings.xml.
+// enumeration in webapp/error.js, android/java/res/values/strings.xml and
+// android/java/src/org/chromium/chromoting/jni/JniInterface.java.
// Be sure to update these locations if you make any changes to the ordering.
enum ErrorCode {
OK = 0,

Powered by Google App Engine
This is Rietveld 408576698