| 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 680b40e33f28e3ddbc3cabcf9fe8a43e92bacbde..f97949814c25e5cd9f2d9457da2cedd84b425433 100644
|
| --- a/components/nacl/common/nacl_host_messages.h
|
| +++ b/components/nacl/common/nacl_host_messages.h
|
| @@ -20,12 +20,17 @@
|
|
|
| #define IPC_MESSAGE_START NaClHostMsgStart
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(nacl::NaClResourcePrefetchRequest)
|
| + IPC_STRUCT_TRAITS_MEMBER(file_key)
|
| + IPC_STRUCT_TRAITS_MEMBER(resource_url)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(nacl::NaClLaunchParams)
|
| IPC_STRUCT_TRAITS_MEMBER(manifest_url)
|
| IPC_STRUCT_TRAITS_MEMBER(nexe_file)
|
| IPC_STRUCT_TRAITS_MEMBER(nexe_token_lo)
|
| IPC_STRUCT_TRAITS_MEMBER(nexe_token_hi)
|
| - IPC_STRUCT_TRAITS_MEMBER(resource_files_to_prefetch)
|
| + IPC_STRUCT_TRAITS_MEMBER(resource_prefetch_request_list)
|
| IPC_STRUCT_TRAITS_MEMBER(render_view_id)
|
| IPC_STRUCT_TRAITS_MEMBER(permission_bits)
|
| IPC_STRUCT_TRAITS_MEMBER(uses_nonsfi_mode)
|
|
|