Index: sandbox/src/handle_table.h |
=================================================================== |
--- sandbox/src/handle_table.h (revision 92230) |
+++ 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 |
+BOOL GetHandleName(HANDLE handle, string16* handle_name); |
+ |
+ |
} // namespace sandbox |
#endif // SANDBOX_SRC_HANDLE_TABLE_H_ |