Chromium Code Reviews| 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, |