| 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 b57ff1d56aa13239d201911d4e2b72bc00a2b70b..21cdd6dd8eb4f370480fa003e5df9d4637bf00e5 100644
|
| --- a/components/nacl/common/nacl_host_messages.h
|
| +++ b/components/nacl/common/nacl_host_messages.h
|
| @@ -25,6 +25,7 @@ IPC_STRUCT_TRAITS_BEGIN(nacl::NaClLaunchParams)
|
| 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(render_view_id)
|
| IPC_STRUCT_TRAITS_MEMBER(permission_bits)
|
| IPC_STRUCT_TRAITS_MEMBER(uses_nonsfi_mode)
|
|
|