| Index: components/nacl/common/nacl_messages.h
|
| diff --git a/components/nacl/common/nacl_messages.h b/components/nacl/common/nacl_messages.h
|
| index 1aba366b2574bd19d13dcd8e3f57e1d6e1079dfc..1072778184714bae0fedf64a54bd8ce32ce6d19b 100644
|
| --- a/components/nacl/common/nacl_messages.h
|
| +++ b/components/nacl/common/nacl_messages.h
|
| @@ -17,6 +17,8 @@
|
| IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams)
|
| IPC_STRUCT_TRAITS_MEMBER(nexe_file)
|
| IPC_STRUCT_TRAITS_MEMBER(nexe_file_path_metadata)
|
| + IPC_STRUCT_TRAITS_MEMBER(resource_files)
|
| + IPC_STRUCT_TRAITS_MEMBER(resource_keys)
|
| IPC_STRUCT_TRAITS_MEMBER(handles)
|
| IPC_STRUCT_TRAITS_MEMBER(debug_stub_server_bound_socket)
|
| IPC_STRUCT_TRAITS_MEMBER(validation_cache_enabled)
|
|
|