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

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

Issue 23462016: Revert 219911 "Pepper: Move FileRef to the "new" resource proxy." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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 220164)
+++ trunk/src/ppapi/proxy/file_io_resource.h (working copy)
@@ -12,7 +12,6 @@
#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/scoped_pp_resource.h"
#include "ppapi/thunk/ppb_file_io_api.h"
namespace ppapi {
@@ -138,8 +137,6 @@
PP_FileSystemType file_system_type_;
FileIOStateManager state_manager_;
- ScopedPPResource 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