| 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 55254540e9ae824ddbab78def104a80aea1a6a3c..a998f371160c77a5ad8641586f6db38eb3544241 100644
|
| --- a/components/nacl/common/nacl_host_messages.h
|
| +++ b/components/nacl/common/nacl_host_messages.h
|
| @@ -62,9 +62,12 @@ IPC_SYNC_MESSAGE_CONTROL1_2(NaClHostMsg_LaunchNaCl,
|
|
|
| // A renderer sends this to the browser process when it wants to
|
| // open a file for from the Pnacl component directory.
|
| -IPC_SYNC_MESSAGE_CONTROL1_1(NaClHostMsg_GetReadonlyPnaclFD,
|
| +IPC_SYNC_MESSAGE_CONTROL2_3(NaClHostMsg_GetReadonlyPnaclFD,
|
| std::string /* name of requested PNaCl file */,
|
| - IPC::PlatformFileForTransit /* output file */)
|
| + bool /* is_executable */,
|
| + IPC::PlatformFileForTransit /* output file */,
|
| + uint64_t /* file_token_lo */,
|
| + uint64_t /* file_token_hi */)
|
|
|
| // A renderer sends this to the browser process when it wants to
|
| // create a temporary file.
|
|
|