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

Unified Diff: trunk/src/ppapi/proxy/file_io_resource.h

Issue 23647008: Revert 221284 "Pepper: Move FileRef to the "new" resource proxy." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « trunk/src/ppapi/proxy/file_chooser_resource_unittest.cc ('k') | trunk/src/ppapi/proxy/file_io_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ppapi/proxy/file_io_resource.h
===================================================================
--- trunk/src/ppapi/proxy/file_io_resource.h (revision 221543)
+++ trunk/src/ppapi/proxy/file_io_resource.h (working copy)
@@ -7,13 +7,11 @@
#include <string>
-#include "base/memory/scoped_ptr.h"
#include "ppapi/c/private/pp_file_handle.h"
#include "ppapi/proxy/connection.h"
#include "ppapi/proxy/plugin_resource.h"
#include "ppapi/proxy/ppapi_proxy_export.h"
#include "ppapi/shared_impl/file_io_state_manager.h"
-#include "ppapi/shared_impl/resource.h"
#include "ppapi/thunk/ppb_file_io_api.h"
namespace ppapi {
@@ -139,8 +137,6 @@
PP_FileSystemType file_system_type_;
FileIOStateManager state_manager_;
- scoped_refptr<Resource> file_ref_;
-
DISALLOW_COPY_AND_ASSIGN(FileIOResource);
};
« no previous file with comments | « trunk/src/ppapi/proxy/file_chooser_resource_unittest.cc ('k') | trunk/src/ppapi/proxy/file_io_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698