| Index: mojo/public/c/system/thunks.h
|
| diff --git a/mojo/public/c/system/thunks.h b/mojo/public/c/system/thunks.h
|
| index 7935fa8403fc592934e647ae3e4c9704ed7a48b0..bf8ffd5b7ec813492a9cd7c02a738d417a9992ba 100644
|
| --- a/mojo/public/c/system/thunks.h
|
| +++ b/mojo/public/c/system/thunks.h
|
| @@ -153,6 +153,9 @@ struct MojoSystemThunks {
|
| struct MojoPlatformHandle* platform_handle,
|
| size_t* num_bytes,
|
| MojoPlatformSharedBufferHandleFlags* flags);
|
| + MojoResult (*NotifyBadMessage)(MojoMessageHandle message,
|
| + const char* error,
|
| + size_t error_num_bytes);
|
| };
|
| #pragma pack(pop)
|
|
|
|
|