| Index: ppapi/thunk/ppb_flash_api.h
|
| diff --git a/ppapi/thunk/ppb_flash_api.h b/ppapi/thunk/ppb_flash_api.h
|
| index 1a7ed5be5827247d354cf7c5c1157b3080bfcc2e..66050d91bfe010c9a668d6342427c51ce3355c5b 100644
|
| --- a/ppapi/thunk/ppb_flash_api.h
|
| +++ b/ppapi/thunk/ppb_flash_api.h
|
| @@ -67,40 +67,6 @@ class PPAPI_THUNK_EXPORT PPB_Flash_API {
|
| PP_FlashCrashKey key,
|
| PP_Var value) = 0;
|
|
|
| - // FlashFile_ModuleLocal.
|
| - virtual bool CreateThreadAdapterForInstance(PP_Instance instance) = 0;
|
| - virtual void ClearThreadAdapterForInstance(PP_Instance instance) = 0;
|
| - virtual int32_t OpenFile(PP_Instance instance,
|
| - const char* path,
|
| - int32_t mode,
|
| - PP_FileHandle* file) = 0;
|
| - virtual int32_t RenameFile(PP_Instance instance,
|
| - const char* path_from,
|
| - const char* path_to) = 0;
|
| - virtual int32_t DeleteFileOrDir(PP_Instance instance,
|
| - const char* path,
|
| - PP_Bool recursive) = 0;
|
| - virtual int32_t CreateDir(PP_Instance instance, const char* path) = 0;
|
| - virtual int32_t QueryFile(PP_Instance instance,
|
| - const char* path,
|
| - PP_FileInfo* info) = 0;
|
| - virtual int32_t GetDirContents(PP_Instance instance,
|
| - const char* path,
|
| - 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,
|
| - PP_Resource file_ref,
|
| - int32_t mode,
|
| - PP_FileHandle* file) = 0;
|
| - virtual int32_t QueryFileRef(PP_Instance instance,
|
| - PP_Resource file_ref,
|
| - PP_FileInfo* info) = 0;
|
| -
|
| // FlashFullscreen.
|
| virtual PP_Bool FlashIsFullscreen(PP_Instance instance) = 0;
|
| virtual PP_Bool FlashSetFullscreen(PP_Instance instance,
|
|
|