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

Unified Diff: ipc/ipc_message.h

Issue 866223005: IPC: Add MojoHandleAttachment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing windows buld error Created 5 years, 11 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: ipc/ipc_message.h
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
index e57008bbce6cb24d37b867aafc7c57418be62034..70fbb75e39cc01ec69ab8b9654722005b55cbf8f 100644
--- a/ipc/ipc_message.h
+++ b/ipc/ipc_message.h
@@ -175,6 +175,8 @@ class IPC_EXPORT Message : public Pickle {
scoped_refptr<MessageAttachment>* attachment) const;
// Returns true if there are any attachment in this message.
bool HasAttachments() const;
+ // Returns true if there are any MojoHandleAttachment in this message.
agl 2015/02/04 00:17:46 s on the end of "MojoHandleAttachment"?
Hajime Morrita 2015/02/04 00:44:51 Done.
+ bool HasMojoHandles() const;
#ifdef IPC_MESSAGE_LOG_ENABLED
// Adds the outgoing time from Time::Now() at the end of the message and sets
« no previous file with comments | « ipc/ipc_channel_win.cc ('k') | ipc/ipc_message.cc » ('j') | ipc/ipc_message.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698