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

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: 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..5cbfa541e3e4a91622de288ea73011ba764465ac 100644
--- a/ppapi/proxy/pepper_file_messages.h
+++ b/ppapi/proxy/pepper_file_messages.h
@@ -76,3 +76,9 @@ IPC_SYNC_MESSAGE_CONTROL1_2(PepperFileMsg_GetDirContents,
ppapi::DirContents, /* contents */
base::PlatformFileError /* error_code */)
+// Create a temporary file.
+IPC_SYNC_MESSAGE_CONTROL1_3(PepperFileMsg_CreateTemporaryFile,
+ ppapi::PepperFilePath /* dir_path */,
+ base::PlatformFileError /* error_code */,
+ IPC::PlatformFileForTransit /* file */,
+ std::string /* file_name */)

Powered by Google App Engine
This is Rietveld 408576698