Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3868)

Unified Diff: sandbox/src/handle_table.h

Issue 7218066: Had a bug in the handle table unit test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sandbox/src/handle_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | sandbox/src/handle_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698