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

Unified Diff: trunk/src/content/renderer/pepper/mock_renderer_ppapi_host.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/renderer/pepper/mock_renderer_ppapi_host.cc
===================================================================
--- trunk/src/content/renderer/pepper/mock_renderer_ppapi_host.cc (revision 218542)
+++ trunk/src/content/renderer/pepper/mock_renderer_ppapi_host.cc (working copy)
@@ -82,6 +82,7 @@
PP_Instance instance,
const IPC::Message& nested_msg,
const base::Callback<void(int)>& callback) const {
+ NOTIMPLEMENTED();
callback.Run(0);
return;
}
« no previous file with comments | « trunk/src/content/public/renderer/renderer_ppapi_host.h ('k') | trunk/src/content/renderer/pepper/pepper_browser_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698