| Index: mojo/public/c/system/thunks.h
|
| diff --git a/mojo/public/c/system/thunks.h b/mojo/public/c/system/thunks.h
|
| index bf8ffd5b7ec813492a9cd7c02a738d417a9992ba..161faf135097ec2973943bf0a85c01d4f5d0d487 100644
|
| --- a/mojo/public/c/system/thunks.h
|
| +++ b/mojo/public/c/system/thunks.h
|
| @@ -156,6 +156,7 @@ struct MojoSystemThunks {
|
| MojoResult (*NotifyBadMessage)(MojoMessageHandle message,
|
| const char* error,
|
| size_t error_num_bytes);
|
| + MojoResult (*GetProperty)(MojoPropertyType type, void* value);
|
| };
|
| #pragma pack(pop)
|
|
|
|
|