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

Unified Diff: ppapi/thunk/ppb_flash_api.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/thunk/ppb_flash_api.h
diff --git a/ppapi/thunk/ppb_flash_api.h b/ppapi/thunk/ppb_flash_api.h
index fe7ec50a90c54087fafdcfdb28847bddcded42a5..79b72cfca3ed244943f60d9d3bed8d4f65b1c3a7 100644
--- a/ppapi/thunk/ppb_flash_api.h
+++ b/ppapi/thunk/ppb_flash_api.h
@@ -81,6 +81,8 @@ class PPAPI_THUNK_EXPORT PPB_Flash_API {
PP_DirContents_Dev** contents) = 0;
virtual void FreeDirContents(PP_Instance instance,
PP_DirContents_Dev* contents) = 0;
+ virtual int32_t CreateTemporaryFile(PP_Instance instance,
+ PP_FileHandle* file) = 0;
// FlashFile_FileRef.
virtual int32_t OpenFileRef(PP_Instance instance,

Powered by Google App Engine
This is Rietveld 408576698