Chromium Code Reviews| Index: sandbox/src/handle_table.h |
| =================================================================== |
| --- sandbox/src/handle_table.h (revision 90713) |
| +++ sandbox/src/handle_table.h (working copy) |
| @@ -155,6 +155,10 @@ |
| DISALLOW_COPY_AND_ASSIGN(HandleTable); |
| }; |
| +// Returns the object manager's name associated with a handle |
| +NTSTATUS GetHandleName(HANDLE handle, string16* handle_name); |
| + |
| + |
| } // namespace sandbox |
| #endif // SANDBOX_SRC_HANDLE_TABLE_H_ |