| Index: components/nacl/common/nacl_host_messages.h
|
| diff --git a/components/nacl/common/nacl_host_messages.h b/components/nacl/common/nacl_host_messages.h
|
| index 88237dab288867b519d789e5416da36d8366c6e8..ba2a8971d459dcb68c7cd6b2bc62eb75e2e98ea5 100644
|
| --- a/components/nacl/common/nacl_host_messages.h
|
| +++ b/components/nacl/common/nacl_host_messages.h
|
| @@ -20,6 +20,7 @@
|
| #define IPC_MESSAGE_START NaClHostMsgStart
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(nacl::NaClLaunchParams)
|
| + IPC_STRUCT_TRAITS_MEMBER(document_url)
|
| IPC_STRUCT_TRAITS_MEMBER(manifest_url)
|
| IPC_STRUCT_TRAITS_MEMBER(render_view_id)
|
| IPC_STRUCT_TRAITS_MEMBER(permission_bits)
|
|
|