| 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..66874c8133813a03fc49d853efa1635db48fb3d3 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(prefetched_resource_files)
|
| IPC_STRUCT_TRAITS_MEMBER(render_view_id)
|
| IPC_STRUCT_TRAITS_MEMBER(permission_bits)
|
| IPC_STRUCT_TRAITS_MEMBER(uses_nonsfi_mode)
|
|
|