| Index: ipc/ipc_message_attachment.h
|
| diff --git a/ipc/ipc_message_attachment.h b/ipc/ipc_message_attachment.h
|
| index 63dddfe4182dc69a87abf0053054b8886534d84b..e7553d262cf62c34cc13fdf1aac2f432ec7edf3c 100644
|
| --- a/ipc/ipc_message_attachment.h
|
| +++ b/ipc/ipc_message_attachment.h
|
| @@ -18,9 +18,9 @@ class IPC_EXPORT MessageAttachment
|
| : public base::RefCounted<MessageAttachment> {
|
| public:
|
| enum Type {
|
| - TYPE_PLATFORM_FILE, // The instance is |PlatformFileAttachment|.
|
| - TYPE_MOJO_HANDLE, // The instance is |MojoHandleAttachment|.
|
| - TYPE_WIN_HANDLE, // The instance is |HandleAttachmentWin|.
|
| + TYPE_PLATFORM_FILE, // The instance is |PlatformFileAttachment|.
|
| + TYPE_MOJO_HANDLE, // The instance is |MojoHandleAttachment|.
|
| + TYPE_BROKERABLE_ATTACHMENT, // The instance is |BrokerableAttachment|.
|
| };
|
|
|
| virtual Type GetType() const = 0;
|
|
|