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

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

Issue 1953293003: EDK: Add handle rights checking to the various entrypoints. (Closed) Base URL: https://github.com/domokit/mojo.git@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
« no previous file with comments | « mojo/edk/system/data_pipe_consumer_dispatcher.cc ('k') | mojo/edk/system/message_pipe_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/entrypoint_class.h
diff --git a/mojo/edk/system/entrypoint_class.h b/mojo/edk/system/entrypoint_class.h
index 05c172b77028e8c068e30dea0d2e4b4c3f934a12..d6828a96fdb7fcaa11cb76d17c58c69222da2497 100644
--- a/mojo/edk/system/entrypoint_class.h
+++ b/mojo/edk/system/entrypoint_class.h
@@ -15,6 +15,10 @@ namespace system {
// |SupportsEntrypointClass()| indicates that the method's class is not
// supported.
enum class EntrypointClass {
+ // Not an entrypoint; all implementations of
+ // |Dispatcher::SupportsEntrypointClass()| should return true for this:
+ NONE,
+
// |Dispatcher::ReadMessage()|, |Dispatcher::WriteMessage()|:
MESSAGE_PIPE,
« no previous file with comments | « mojo/edk/system/data_pipe_consumer_dispatcher.cc ('k') | mojo/edk/system/message_pipe_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698