Index: remoting/protocol/errors.h |
diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h |
index 0de2fbb29109ad12e8deac021a565806d8beedcc..31bf9265dd62ba76a1600dc441013e6fa553b2c0 100644 |
--- a/remoting/protocol/errors.h |
+++ b/remoting/protocol/errors.h |
@@ -8,6 +8,9 @@ |
namespace remoting { |
namespace protocol { |
+// The UI implementations maintain corresponding definitions of this |
+// enumeration in webapp/error.js and android/java/res/values/strings.xml. |
+// Be sure to update these locations if you make any changes to the ordering. |
enum ErrorCode { |
OK = 0, |
PEER_IS_OFFLINE, |