Index: components/nacl/common/nacl_messages.h |
diff --git a/components/nacl/common/nacl_messages.h b/components/nacl/common/nacl_messages.h |
index 0b2237f68f1764dcdc58296fa408753cdaba9995..4a56901587f79a1ddf36c821e61de13c3bbabfcb 100644 |
--- a/components/nacl/common/nacl_messages.h |
+++ b/components/nacl/common/nacl_messages.h |
@@ -18,6 +18,7 @@ IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams) |
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) |
IPC_STRUCT_TRAITS_MEMBER(handles) |
IPC_STRUCT_TRAITS_MEMBER(debug_stub_server_bound_socket) |
IPC_STRUCT_TRAITS_MEMBER(validation_cache_enabled) |
@@ -29,6 +30,12 @@ IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams) |
IPC_STRUCT_TRAITS_MEMBER(crash_info_shmem_handle) |
IPC_STRUCT_TRAITS_END() |
+IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams::ResourceFileInfo) |
+ IPC_STRUCT_TRAITS_MEMBER(file) |
+ IPC_STRUCT_TRAITS_MEMBER(file_path_metadata) |
+ IPC_STRUCT_TRAITS_MEMBER(file_key) |
+IPC_STRUCT_TRAITS_END() |
+ |
//----------------------------------------------------------------------------- |
// NaClProcess messages |
// These are messages sent between the browser and the NaCl process. |