| Index: ipc/ipc_message_attachment_set.h
|
| diff --git a/ipc/ipc_message_attachment_set.h b/ipc/ipc_message_attachment_set.h
|
| index 764c818c9f07b9014240a25bf2f306d58bc16c57..09ff2e3f651518b9cf8ed42c27d5aed523a713f7 100644
|
| --- a/ipc/ipc_message_attachment_set.h
|
| +++ b/ipc/ipc_message_attachment_set.h
|
| @@ -93,11 +93,6 @@ class IPC_EXPORT MessageAttachmentSet
|
| std::vector<scoped_refptr<IPC::BrokerableAttachment>>
|
| GetBrokerableAttachments() const;
|
|
|
| - // Replaces a placeholder brokerable attachment with |attachment|, matching
|
| - // them by their id.
|
| - void ReplacePlaceholderWithAttachment(
|
| - const scoped_refptr<BrokerableAttachment>& attachment);
|
| -
|
| #if defined(OS_POSIX)
|
| // This is the maximum number of descriptors per message. We need to know this
|
| // because the control message kernel interface has to be given a buffer which
|
|
|