| 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,
|
|
|