| Index: mojo/public/cpp/bindings/lib/validation_errors.h
|
| diff --git a/mojo/public/cpp/bindings/lib/validation_errors.h b/mojo/public/cpp/bindings/lib/validation_errors.h
|
| index d09f63b81f5f6b60aa5fdc64173d3cbcf0ab6cbd..da935980318fa79630a45798d3a57fccfcda3e2a 100644
|
| --- a/mojo/public/cpp/bindings/lib/validation_errors.h
|
| +++ b/mojo/public/cpp/bindings/lib/validation_errors.h
|
| @@ -44,6 +44,8 @@ enum ValidationError {
|
| // |flags| in the message header indicates that a request ID is required but
|
| // there isn't one.
|
| VALIDATION_ERROR_MESSAGE_HEADER_MISSING_REQUEST_ID,
|
| + // The |name| field in a message header contains an unexpected value.
|
| + VALIDATION_ERROR_MESSAGE_HEADER_UNKNOWN_METHOD,
|
| // Two parallel arrays which are supposed to represent a map have different
|
| // lengths.
|
| VALIDATION_ERROR_DIFFERENT_SIZED_ARRAYS_IN_MAP,
|
|
|