| Index: mojo/public/platform/native/system_impl_private_thunks.h
|
| diff --git a/mojo/public/platform/native/system_impl_private_thunks.h b/mojo/public/platform/native/system_impl_private_thunks.h
|
| index 296cb211f7b22e4b4f8a80aa73d5055444825a78..1a9b1ad98238105d0fb12362e242dd01d7badd83 100644
|
| --- a/mojo/public/platform/native/system_impl_private_thunks.h
|
| +++ b/mojo/public/platform/native/system_impl_private_thunks.h
|
| @@ -37,6 +37,11 @@ struct MojoSystemImplThunksPrivate {
|
| MojoResult (*GetRights)(MojoSystemImpl system,
|
| MojoHandle handle,
|
| MojoHandleRights* rights);
|
| + MojoResult (*ReplaceHandleWithReducedRights)(
|
| + MojoSystemImpl system,
|
| + MojoHandle handle,
|
| + MojoHandleRights rights_to_remove,
|
| + MojoHandle* replacement_handle);
|
| MojoResult (*DuplicateHandleWithReducedRights)(
|
| MojoSystemImpl system,
|
| MojoHandle handle,
|
| @@ -165,6 +170,7 @@ inline MojoSystemImplThunksPrivate MojoMakeSystemImplThunksPrivate() {
|
| MojoSystemImplGetTimeTicksNow,
|
| MojoSystemImplClose,
|
| MojoSystemImplGetRights,
|
| + MojoSystemImplReplaceHandleWithReducedRights,
|
| MojoSystemImplDuplicateHandleWithReducedRights,
|
| MojoSystemImplDuplicateHandle,
|
| MojoSystemImplWait,
|
|
|