Index: components/nacl/common/nacl_types.cc |
diff --git a/components/nacl/common/nacl_types.cc b/components/nacl/common/nacl_types.cc |
index f7c08883295f062fb8d19da656868449e4c9b242..54d50b2d514d419a44139f0a616224306040ec0c 100644 |
--- a/components/nacl/common/nacl_types.cc |
+++ b/components/nacl/common/nacl_types.cc |
@@ -71,11 +71,14 @@ NaClLaunchResult::NaClLaunchResult( |
FileDescriptor imc_channel_handle, |
const IPC::ChannelHandle& ppapi_ipc_channel_handle, |
const IPC::ChannelHandle& trusted_ipc_channel_handle, |
+ const IPC::ChannelHandle& embedder_service_ipc_channel_handle, |
base::ProcessId plugin_pid, |
int plugin_child_id) |
: imc_channel_handle(imc_channel_handle), |
ppapi_ipc_channel_handle(ppapi_ipc_channel_handle), |
trusted_ipc_channel_handle(trusted_ipc_channel_handle), |
+ embedder_service_ipc_channel_handle( |
+ embedder_service_ipc_channel_handle), |
plugin_pid(plugin_pid), |
plugin_child_id(plugin_child_id) { |
} |