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

Unified Diff: trunk/src/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.cc

Issue 22901012: Revert 218305 "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/browser/renderer_host/pepper/pepper_external_file_ref_backend.cc
===================================================================
--- trunk/src/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.cc (revision 218542)
+++ trunk/src/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.cc (working copy)
@@ -90,10 +90,7 @@
ppapi::host::ReplyMessageContext reply_context) {
host_->SendReply(reply_context,
PpapiPluginMsg_FileRef_GetAbsolutePathReply(path_.AsUTF8Unsafe()));
-
- // Use PP_OK_COMPLETIONPENDING instead of PP_OK since we've already sent our
- // reply above.
- return PP_OK_COMPLETIONPENDING;
+ return PP_OK;
}
fileapi::FileSystemURL PepperExternalFileRefBackend::GetFileSystemURL() const {

Powered by Google App Engine
This is Rietveld 408576698