From 7e1dc3d25fb9211ae4baf7577ef72afcad78f2e1 Mon Sep 17 00:00:00 2001 From: "tsepez@chromium.org" Date: Fri, 1 Jun 2012 20:37:35 +0000 Subject: Open pepper files directly in browser. This CL merges in the changes for the per-profile plugin process from the previously retired CL. Review URL: https://chromiumcodereview.appspot.com/10387195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140093 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/proxy/ppb_flash_proxy.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'ppapi/proxy/ppb_flash_proxy.h') diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h index b9ae9d0..8cbf144 100644 --- a/ppapi/proxy/ppb_flash_proxy.h +++ b/ppapi/proxy/ppb_flash_proxy.h @@ -160,30 +160,6 @@ class PPB_Flash_Proxy : public InterfaceProxy, public PPB_Flash_Shared { int clipboard_type, const std::vector& formats, SerializedVarVectorReceiveInput data_items); - void OnHostMsgOpenFile(PP_Instance instance, - const std::string& path, - int32_t mode, - IPC::PlatformFileForTransit* file_handle, - int32_t* result); - void OnHostMsgRenameFile(PP_Instance instance, - const std::string& path_from, - const std::string& path_to, - int32_t* result); - void OnHostMsgDeleteFileOrDir(PP_Instance instance, - const std::string& path, - PP_Bool recursive, - int32_t* result); - void OnHostMsgCreateDir(PP_Instance instance, - const std::string& path, - int32_t* result); - void OnHostMsgQueryFile(PP_Instance instance, - const std::string& path, - PP_FileInfo* info, - int32_t* result); - void OnHostMsgGetDirContents(PP_Instance instance, - const std::string& path, - std::vector* entries, - int32_t* result); void OnHostMsgOpenFileRef(PP_Instance instance, const ppapi::HostResource& host_resource, int32_t mode, -- cgit v1.1