Index: ipc/attachment_broker_messages.h |
diff --git a/ipc/attachment_broker_messages.h b/ipc/attachment_broker_messages.h |
index 066e19c986a9f99547356315b865b4f1ac239c78..f0e103d007f9a55768624bad6fadd56d963f1bf8 100644 |
--- a/ipc/attachment_broker_messages.h |
+++ b/ipc/attachment_broker_messages.h |
@@ -19,9 +19,13 @@ |
// ---------------------------------------------------------------------------- |
#if defined(OS_WIN) |
+// Define the serialization for Permissions. |
+IPC_ENUM_TRAITS_MAX_VALUE(HandleWin::Permissions, HandleWin::MAX_PERMISSIONS); |
+ |
IPC_STRUCT_TRAITS_BEGIN(IPC::internal::HandleAttachmentWin::WireFormat) |
IPC_STRUCT_TRAITS_MEMBER(handle) |
IPC_STRUCT_TRAITS_MEMBER(destination_process) |
+ IPC_STRUCT_TRAITS_MEMBER(permissions) |
IPC_STRUCT_TRAITS_MEMBER(attachment_id) |
IPC_STRUCT_TRAITS_END() |
#endif // defined(OS_WIN) |