Index: ppapi/api/private/ppb_nacl_private.idl |
diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl |
index 944f87c6c55ddb87e5aa1929cfcedc2a81638e33..e07a26258f1daa70f732b96fb174d07e4abbdc97 100644 |
--- a/ppapi/api/private/ppb_nacl_private.idl |
+++ b/ppapi/api/private/ppb_nacl_private.idl |
@@ -219,10 +219,11 @@ interface PPB_NaCl_Private { |
[in] uint32_t desired_access, |
[in] uint32_t options); |
- /* Returns a read-only file descriptor for a url for pnacl translator tools, |
- * or an invalid handle on failure. |
+ /* Returns a read-only (but executable) file descriptor / file info for |
+ * a url for pnacl translator tools. Returns an invalid handle on failure. |
*/ |
- PP_FileHandle GetReadonlyPnaclFd([in] str_t url); |
+ void GetReadExecPnaclFd([in] str_t url, |
+ [out] PP_NaClFileInfo out_file_info); |
/* This creates a temporary file that will be deleted by the time |
* the last handle is closed (or earlier on POSIX systems), and |