| Index: components/nacl/common/nacl_messages.h
|
| diff --git a/components/nacl/common/nacl_messages.h b/components/nacl/common/nacl_messages.h
|
| index a029d622682cb7d63e5b7777e95dee5f41703615..b74f9e89520c679eb03005e19a746ff61a408bf4 100644
|
| --- a/components/nacl/common/nacl_messages.h
|
| +++ b/components/nacl/common/nacl_messages.h
|
| @@ -30,6 +30,7 @@ IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams)
|
| IPC_STRUCT_TRAITS_MEMBER(ppapi_renderer_channel_handle)
|
| IPC_STRUCT_TRAITS_MEMBER(trusted_service_channel_handle)
|
| IPC_STRUCT_TRAITS_MEMBER(manifest_service_channel_handle)
|
| + IPC_STRUCT_TRAITS_MEMBER(ppapi_browser_mojo_handle)
|
| #endif
|
| IPC_STRUCT_TRAITS_MEMBER(validation_cache_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(validation_cache_key)
|
|
|