Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index e099b36709f4f179bbe684adc8ae80c08d766860..373d1e114463d1e607367df4feaa3cea19aee380 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -756,6 +756,11 @@ IPC_MESSAGE_CONTROL1(PpapiHostMsg_ChannelCreated, |
// Notify the renderer that the PPAPI channel gets ready in the plugin. |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_StartupInitializationComplete); |
+// Calls renderer to open a resource file for nacl_irt_open_resource(). |
+IPC_SYNC_MESSAGE_CONTROL1_1(PpapiHostMsg_OpenResource, |
+ std::string /* key */, |
+ ppapi::proxy::SerializedHandle /* fd */) |
+ |
// Logs the given message to the console of all instances. |
IPC_MESSAGE_CONTROL4(PpapiHostMsg_LogWithSource, |
PP_Instance /* instance */, |