diff options
Diffstat (limited to 'ppapi/proxy/ppb_flash_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_flash_proxy.h | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h index 67cf418..4b56875 100644 --- a/ppapi/proxy/ppb_flash_proxy.h +++ b/ppapi/proxy/ppb_flash_proxy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -19,8 +19,6 @@ namespace pp { namespace proxy { struct PPBFlash_DrawGlyphs_Params; -struct SerializedDirEntry; -class SerializedVar; class SerializedVarReturnValue; class PPB_Flash_Proxy : public InterfaceProxy { @@ -46,31 +44,6 @@ class PPB_Flash_Proxy : public InterfaceProxy { void OnMsgGetProxyForURL(PP_Instance instance, const std::string& url, SerializedVarReturnValue result); - void OnMsgOpenModuleLocalFile(PP_Instance instance, - const std::string& path, - int32_t mode, - IPC::PlatformFileForTransit* file_handle, - int32_t* result); - void OnMsgRenameModuleLocalFile(PP_Instance instance, - const std::string& path_from, - const std::string& path_to, - int32_t* result); - void OnMsgDeleteModuleLocalFileOrDir(PP_Instance instance, - const std::string& path, - PP_Bool recursive, - int32_t* result); - void OnMsgCreateModuleLocalDir(PP_Instance instance, - const std::string& path, - int32_t* result); - void OnMsgQueryModuleLocalFile(PP_Instance instance, - const std::string& path, - PP_FileInfo_Dev* info, - int32_t* result); - void OnMsgGetModuleLocalDirContents( - PP_Instance instance, - const std::string& path, - std::vector<pp::proxy::SerializedDirEntry>* entries, - int32_t* result); void OnMsgNavigateToURL(PP_Instance instance, const std::string& url, const std::string& target, |