| Index: content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.cc b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| index 373a792f13899c99afe71c4e77e9e8c2ca6104d0..4ddcbb6b681cf0bbecf2c8d64cd5b5efae04e107 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| @@ -697,8 +697,8 @@ void ResourceDispatcherHostImpl::OnRequestResource(
|
|
|
| // Begins a resource request with the given params on behalf of the specified
|
| // child process. Responses will be dispatched through the given receiver. The
|
| -// process ID is used to lookup TabContents from routing_id's in the case of a
|
| -// request from a renderer. request_context is the cookie/cache context to be
|
| +// process ID is used to lookup WebContentsImpl from routing_id's in the case of
|
| +// a request from a renderer. request_context is the cookie/cache context to be
|
| // used for this request.
|
| //
|
| // If sync_result is non-null, then a SyncLoad reply will be generated, else
|
|
|