Index: content/common/resource_messages.h |
=================================================================== |
--- content/common/resource_messages.h (revision 222566) |
+++ 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 routed |
+ // 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, |