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..c788168b1d523b764fae693c1440318a27c11ffb 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::NaClResourcePrefetchInfo) |
+ IPC_STRUCT_TRAITS_MEMBER(manifest_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_info_list) |
IPC_STRUCT_TRAITS_MEMBER(render_view_id) |
IPC_STRUCT_TRAITS_MEMBER(permission_bits) |
IPC_STRUCT_TRAITS_MEMBER(uses_nonsfi_mode) |