Chromium Code Reviews| 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 |