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 88237dab288867b519d789e5416da36d8366c6e8..bb5d8e519a0503425b6a7af76d684cf259b7de06 100644 |
--- a/components/nacl/common/nacl_host_messages.h |
+++ b/components/nacl/common/nacl_host_messages.h |
@@ -21,6 +21,9 @@ |
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(render_view_id) |
IPC_STRUCT_TRAITS_MEMBER(permission_bits) |
IPC_STRUCT_TRAITS_MEMBER(uses_irt) |