Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(836)

Unified Diff: ppapi/proxy/pepper_file_messages.h

Issue 10534045: Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove input dir path and output file name Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/proxy/pepper_file_messages.h
diff --git a/ppapi/proxy/pepper_file_messages.h b/ppapi/proxy/pepper_file_messages.h
index c36e7b670c84e64da1fba815733d3a3678ac9a51..3edd490cf92acdcc86898b048395a9934c7a174c 100644
--- a/ppapi/proxy/pepper_file_messages.h
+++ b/ppapi/proxy/pepper_file_messages.h
@@ -76,3 +76,7 @@ IPC_SYNC_MESSAGE_CONTROL1_2(PepperFileMsg_GetDirContents,
ppapi::DirContents, /* contents */
base::PlatformFileError /* error_code */)
+// Create a temporary file.
+IPC_SYNC_MESSAGE_CONTROL0_2(PepperFileMsg_CreateTemporaryFile,
+ base::PlatformFileError /* error_code */,
+ IPC::PlatformFileForTransit /* file */)

Powered by Google App Engine
This is Rietveld 408576698