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

Unified Diff: mojo/edk/system/core.h

Issue 1957713003: EDK: Remove Core::GetDispatcher(). (Closed) Base URL: https://github.com/domokit/mojo.git@work789_edk_handle_table_14-x-work788_edk_handle_13.9-x-work787_edk_handle_13.8
Patch Set: Created 4 years, 7 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
Index: mojo/edk/system/core.h
diff --git a/mojo/edk/system/core.h b/mojo/edk/system/core.h
index fbb289cb276874a0f34b871f6972e299cd298aa7..05504fd4c3e2e62c629618043f8e1c5ba9d08ca0 100644
--- a/mojo/edk/system/core.h
+++ b/mojo/edk/system/core.h
@@ -62,9 +62,6 @@ class Core {
// handle value is invalid or |MOJO_RESULT_BUSY| if the handle is marked as
// busy.
MojoResult GetHandle(MojoHandle handle, Handle* h);
- // TODO(vtl): Remove this.
- MojoResult GetDispatcher(MojoHandle handle,
- util::RefPtr<Dispatcher>* dispatcher);
// TODO(vtl): Convert this to |GetAndRemoveHandle()|.
// Like |GetDispatcher()|, but on success also removes the handle from the

Powered by Google App Engine
This is Rietveld 408576698