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