Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: ppapi/proxy/ppb_flash_proxy.h

Issue 6579026: PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: alpha order fix Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/proxy/ppb_flash_file_proxy.cc ('k') | ppapi/proxy/ppb_flash_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_flash_proxy.h
diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h
index 67cf418be4300ed2d890bc39169f84b1406e8bb5..4b5687598ed5222e458b016eca902df8b1441749 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,
« no previous file with comments | « ppapi/proxy/ppb_flash_file_proxy.cc ('k') | ppapi/proxy/ppb_flash_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698