Index: components/nacl/common/nacl_messages.h |
diff --git a/components/nacl/common/nacl_messages.h b/components/nacl/common/nacl_messages.h |
index 191d5b978088db776ed57258d774ff910f7f0e35..0d4c0245cef4ea01297fb91e07e0fe94684f74a9 100644 |
--- a/components/nacl/common/nacl_messages.h |
+++ b/components/nacl/common/nacl_messages.h |
@@ -28,6 +28,14 @@ IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams) |
IPC_STRUCT_TRAITS_MEMBER(enable_mojo) |
IPC_STRUCT_TRAITS_MEMBER(process_type) |
IPC_STRUCT_TRAITS_MEMBER(crash_info_shmem_handle) |
+ IPC_STRUCT_TRAITS_MEMBER(browser_server_ppapi_fd) |
+ IPC_STRUCT_TRAITS_MEMBER(browser_client_ppapi_fd) |
+ IPC_STRUCT_TRAITS_MEMBER(renderer_server_ppapi_fd) |
+ IPC_STRUCT_TRAITS_MEMBER(renderer_client_ppapi_fd) |
+ IPC_STRUCT_TRAITS_MEMBER(manifest_service_server_fd) |
+ IPC_STRUCT_TRAITS_MEMBER(manifest_service_client_fd) |
+ IPC_STRUCT_TRAITS_MEMBER(trusted_channel_server_fd) |
+ IPC_STRUCT_TRAITS_MEMBER(trusted_channel_client_fd) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(nacl::NaClResourceFileInfo) |