summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host/pnacl_file_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/nacl_host/pnacl_file_host.h')
-rw-r--r--chrome/browser/nacl_host/pnacl_file_host.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/nacl_host/pnacl_file_host.h b/chrome/browser/nacl_host/pnacl_file_host.h
index 7a60a3c..7187561 100644
--- a/chrome/browser/nacl_host/pnacl_file_host.h
+++ b/chrome/browser/nacl_host/pnacl_file_host.h
@@ -28,6 +28,12 @@ void GetReadonlyPnaclFd(ChromeRenderMessageFilter* chrome_render_message_filter,
bool PnaclCanOpenFile(const std::string& filename,
FilePath* file_to_open);
+// Creates a temporary file that will be deleted when the last handle
+// is closed, or earlier.
+void CreateTemporaryFile(
+ ChromeRenderMessageFilter* chrome_render_message_filter,
+ IPC::Message* reply_msg);
+
} // namespace pnacl_file_host
#endif // CHROME_BROWSER_NACL_HOST_PNACL_FILE_HOST_H_