| Index: content/browser/renderer_host/resource_request_info_impl.cc
|
| diff --git a/content/browser/renderer_host/resource_request_info_impl.cc b/content/browser/renderer_host/resource_request_info_impl.cc
|
| index a192cbd79356edf825b977a9c6bc7a410d48a212..57ab0661af91942c46bcc073e00cfb01c7e3bce0 100644
|
| --- a/content/browser/renderer_host/resource_request_info_impl.cc
|
| +++ b/content/browser/renderer_host/resource_request_info_impl.cc
|
| @@ -185,7 +185,8 @@ uint64 ResourceRequestInfoImpl::GetUploadSize() const {
|
| bool ResourceRequestInfoImpl::GetAssociatedRenderView(
|
| int* render_process_id,
|
| int* render_view_id) const {
|
| - // If the request is from the worker process, find a tab that owns the worker.
|
| + // If the request is from the worker process, find a content that owns the
|
| + // worker.
|
| if (process_type_ == PROCESS_TYPE_WORKER) {
|
| // Need to display some related UI for this network request - pick an
|
| // arbitrary parent to do so.
|
|
|