| 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 3a37e8f24e064ca0e81cdbd2a4ee72e614c6e3cc..fdd2a77d4fe71026cb6565e23d7fd611d97722f5 100644
|
| --- a/components/nacl/common/nacl_host_messages.h
|
| +++ b/components/nacl/common/nacl_host_messages.h
|
| @@ -103,9 +103,10 @@ IPC_MESSAGE_CONTROL1(NaClHostMsg_MissingArchError,
|
|
|
| // A renderer sends this to the browser process when it wants to
|
| // open a NaCl executable file from an installed application directory.
|
| -IPC_SYNC_MESSAGE_CONTROL2_3(NaClHostMsg_OpenNaClExecutable,
|
| +IPC_SYNC_MESSAGE_CONTROL3_3(NaClHostMsg_OpenNaClExecutable,
|
| int /* render_view_id */,
|
| GURL /* URL of NaCl executable file */,
|
| + bool /* register_executable */,
|
| IPC::PlatformFileForTransit /* output file */,
|
| uint64 /* file_token_lo */,
|
| uint64 /* file_token_hi */)
|
|
|