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

Unified Diff: content/common/resource_messages.h

Issue 23503043: Load NPAPI plugin resources through the browser process directly instead of going through the render (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: plumb RenderView's routing IDs Created 7 years, 3 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 | « content/common/plugin_process_messages.h ('k') | content/content_plugin.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
===================================================================
--- content/common/resource_messages.h (revision 222265)
+++ content/common/resource_messages.h (working copy)
@@ -148,6 +148,9 @@
// Process ID from which this request originated, or zero if it originated
// in the renderer itself.
+ // If kDirectNPAPIRequests isn't specified, then plugin requests get route
ananta 2013/09/10 21:29:35 routed
jam 2013/09/11 01:24:37 Done.
+ // through the renderer and and this holds the pid of the plugin process.
+ // Otherwise this holds the render_process_id of the view that has the plugin.
IPC_STRUCT_MEMBER(int, origin_pid)
// What this resource load is for (main frame, sub-frame, sub-resource,
« no previous file with comments | « content/common/plugin_process_messages.h ('k') | content/content_plugin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698