Index: chrome/common/render_messages_params.h |
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h |
index 1bd451646ca816300ab315d13c18060f406d44f0..98d40ceb08963aa83414d1d199bb07245fc9773f 100644 |
--- a/chrome/common/render_messages_params.h |
+++ b/chrome/common/render_messages_params.h |
@@ -456,10 +456,11 @@ struct ViewHostMsg_Resource_Request { |
// net::URLRequest load flags (0 by default). |
int load_flags; |
- // Unique ID of process that originated this request. For normal renderer |
- // requests, this will be the ID of the renderer. For plugin requests routed |
- // through the renderer, this will be the plugin's ID. |
- int origin_child_id; |
+ // Process ID of the originator of this request. For normal renderer requests |
+ // this will be the render host process ID. For plugin requests, it will be |
+ // the plugin process ID. The ResourceDispatcherHost will map the origin PID |
+ // to the corresponding child ID upon receipt of this message. |
+ int origin_pid; |
// What this resource load is for (main frame, sub-frame, sub-resource, |
// object). |