Index: chrome/common/render_messages_internal.h |
=================================================================== |
--- chrome/common/render_messages_internal.h (revision 30698) |
+++ chrome/common/render_messages_internal.h (working copy) |
@@ -781,6 +781,13 @@ |
bool /* on or off */) |
#endif |
+ // Opens the given file for the sandboxed plugin, returning a handle |
+ // duplicated into the destination process. On error, or if the file is not |
+ // permitted by the security policy, the response will contain a 0 handle. |
+ IPC_SYNC_MESSAGE_CONTROL1_1(ViewMsg_OpenFileForPlugin, |
+ FilePath, /* file_name */ |
+ ViewMsg_OpenFileForPluginResponse_Params) |
+ |
//--------------------------------------------------------------------------- |
// Utility process messages: |
// These are messages from the browser to the utility process. They're here |