Index: ipc/ipc_message.h |
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h |
index e57008bbce6cb24d37b867aafc7c57418be62034..64d85d4d44c4ed3b294c416d6be4cce8e85f32c9 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 MojoHandleAttachments in this message. |
+ bool HasMojoHandles() const; |
#ifdef IPC_MESSAGE_LOG_ENABLED |
// Adds the outgoing time from Time::Now() at the end of the message and sets |