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

Unified Diff: content/browser/renderer_host/pepper_file_message_filter.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: content/browser/renderer_host/pepper_file_message_filter.h
diff --git a/content/browser/renderer_host/pepper_file_message_filter.h b/content/browser/renderer_host/pepper_file_message_filter.h
index 167f1f32e8673c21a7983c4e3d333ce1aba66eb5..8acc6ebebeb440358b4dc0141bedcd2503cdcbb0 100644
--- a/content/browser/renderer_host/pepper_file_message_filter.h
+++ b/content/browser/renderer_host/pepper_file_message_filter.h
@@ -72,6 +72,10 @@ class PepperFileMessageFilter : public content::BrowserMessageFilter {
void OnGetDirContents(const ppapi::PepperFilePath& path,
ppapi::DirContents* contents,
base::PlatformFileError* error);
+ void OnCreateTemporaryFile(const ppapi::PepperFilePath& dir_path,
+ base::PlatformFileError* error,
+ IPC::PlatformFileForTransit* file,
+ std::string* file_name);
// Validate and convert the Pepper file path to a "real" |FilePath|. Returns
// an empty |FilePath| on error.

Powered by Google App Engine
This is Rietveld 408576698