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

Unified Diff: trunk/src/content/renderer/pepper/pepper_in_process_resource_creation.cc

Issue 22903002: Revert 216744 "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
Index: trunk/src/content/renderer/pepper/pepper_in_process_resource_creation.cc
===================================================================
--- trunk/src/content/renderer/pepper/pepper_in_process_resource_creation.cc (revision 217031)
+++ trunk/src/content/renderer/pepper/pepper_in_process_resource_creation.cc (working copy)
@@ -19,7 +19,6 @@
#include "ppapi/proxy/ext_crx_file_system_private_resource.h"
#include "ppapi/proxy/file_chooser_resource.h"
#include "ppapi/proxy/file_io_resource.h"
-#include "ppapi/proxy/file_ref_resource.h"
#include "ppapi/proxy/file_system_resource.h"
#include "ppapi/proxy/graphics_2d_resource.h"
#include "ppapi/proxy/ppapi_messages.h"
@@ -86,15 +85,6 @@
instance))->GetReference();
}
-PP_Resource PepperInProcessResourceCreation::CreateFileRef(
- PP_Instance instance,
- const ppapi::FileRefCreateInfo& create_info) {
- return ppapi::proxy::FileRefResource::CreateFileRef(
- host_impl_->in_process_router()->GetPluginConnection(instance),
- instance,
- create_info);
-}
-
PP_Resource PepperInProcessResourceCreation::CreateFileSystem(
PP_Instance instance,
PP_FileSystemType type) {

Powered by Google App Engine
This is Rietveld 408576698