diff options
Diffstat (limited to 'remoting/protocol/errors.h')
-rw-r--r-- | remoting/protocol/errors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h index 0de2fbb..31bf9265 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, |