| 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 0f3df7e9a69b78bb3d4107a211f96677e38f5ccc..7a395040acf9f9556c721a73c63804380617114a 100644
|
| --- a/components/nacl/common/nacl_host_messages.h
|
| +++ b/components/nacl/common/nacl_host_messages.h
|
| @@ -53,6 +53,17 @@ IPC_SYNC_MESSAGE_CONTROL1_2(NaClHostMsg_LaunchNaCl,
|
| std::string /* error_message */)
|
|
|
| // A renderer sends this to the browser process when it wants to
|
| +// ensure that PNaCl is installed.
|
| +IPC_MESSAGE_CONTROL1(NaClHostMsg_EnsurePnaclInstalled,
|
| + int /* pp_instance */)
|
| +
|
| +// The browser replies to the renderer's request to ensure that
|
| +// PNaCl is installed.
|
| +IPC_MESSAGE_CONTROL2(NaClViewMsg_EnsurePnaclInstalledReply,
|
| + int /* pp_instance */,
|
| + bool /* success */)
|
| +
|
| +// 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,
|
| std::string /* name of requested PNaCl file */,
|
|
|