summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_attachment.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_message_attachment.h')
-rw-r--r--ipc/ipc_message_attachment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_attachment.h b/ipc/ipc_message_attachment.h
index ba7f0e8..63dddfe 100644
--- a/ipc/ipc_message_attachment.h
+++ b/ipc/ipc_message_attachment.h
@@ -20,6 +20,7 @@ class IPC_EXPORT MessageAttachment
enum Type {
TYPE_PLATFORM_FILE, // The instance is |PlatformFileAttachment|.
TYPE_MOJO_HANDLE, // The instance is |MojoHandleAttachment|.
+ TYPE_WIN_HANDLE, // The instance is |HandleAttachmentWin|.
};
virtual Type GetType() const = 0;