| Index: sandbox/src/interceptors_64.cc
|
| ===================================================================
|
| --- sandbox/src/interceptors_64.cc (revision 41493)
|
| +++ sandbox/src/interceptors_64.cc (working copy)
|
| @@ -141,9 +141,6 @@
|
|
|
| // -----------------------------------------------------------------------
|
|
|
| -#if 0
|
| -// Bug 27218: We don't have IPC yet.
|
| -
|
| SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenThread64(
|
| PHANDLE thread, ACCESS_MASK desired_access,
|
| POBJECT_ATTRIBUTES object_attributes, PCLIENT_ID client_id) {
|
| @@ -209,7 +206,8 @@
|
| }
|
|
|
| // -----------------------------------------------------------------------
|
| -
|
| +#if 0
|
| +// Bug 27218: We don't have IPC yet.
|
| SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtCreateKey64(
|
| PHANDLE key, ACCESS_MASK desired_access,
|
| POBJECT_ATTRIBUTES object_attributes, ULONG title_index,
|
|
|