| Index: ppapi/proxy/ppb_flash_proxy.h
|
| diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h
|
| index 8cbf144ffe5c91fe7ed3af4cd4ded86919754455..41ae269a40137a4b5f50591378d07a5f49ad6d50 100644
|
| --- a/ppapi/proxy/ppb_flash_proxy.h
|
| +++ b/ppapi/proxy/ppb_flash_proxy.h
|
| @@ -105,6 +105,8 @@ class PPB_Flash_Proxy : public InterfaceProxy, public PPB_Flash_Shared {
|
| virtual int32_t GetDirContents(PP_Instance instance,
|
| const char* path,
|
| PP_DirContents_Dev** contents) OVERRIDE;
|
| + virtual int32_t CreateTemporaryFile(PP_Instance instance,
|
| + PP_FileHandle* file) OVERRIDE;
|
| virtual int32_t OpenFileRef(PP_Instance instance,
|
| PP_Resource file_ref,
|
| int32_t mode,
|
|
|