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

Unified Diff: trunk/src/content/public/renderer/renderer_ppapi_host.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
Index: trunk/src/content/public/renderer/renderer_ppapi_host.h
===================================================================
--- trunk/src/content/public/renderer/renderer_ppapi_host.h (revision 220164)
+++ trunk/src/content/public/renderer/renderer_ppapi_host.h (working copy)
@@ -49,11 +49,6 @@
public:
// Returns the RendererPpapiHost associated with the given PP_Instance,
// or NULL if the instance is invalid.
- //
- // Do NOT use this when dealing with the "NaCl trusted plugin". That plugin
- // and the "untrusted plugin" (the NaCl application) that will be loaded
- // share a PP_Instance, and the RendererPpapiHost* for the "untrusted plugin"
- // will be returned after we switch the proxy on.
CONTENT_EXPORT static RendererPpapiHost* GetForPPInstance(
PP_Instance instance);

Powered by Google App Engine
This is Rietveld 408576698