| Index: content/browser/web_contents/render_view_host_manager.cc
|
| diff --git a/content/browser/web_contents/render_view_host_manager.cc b/content/browser/web_contents/render_view_host_manager.cc
|
| index d00076e05303f70942f2fa7252cb45139a32fe5f..a622cc10ca55094c95c1e4203ac7b7abc278c340 100644
|
| --- a/content/browser/web_contents/render_view_host_manager.cc
|
| +++ b/content/browser/web_contents/render_view_host_manager.cc
|
| @@ -241,7 +241,7 @@ void RenderViewHostManager::RendererAbortedProvisionalLoad(
|
| RenderViewHost* render_view_host) {
|
| // We used to cancel the pending renderer here for cross-site downloads.
|
| // However, it's not safe to do that because the download logic repeatedly
|
| - // looks for this TabContents based on a render view ID. Instead, we just
|
| + // looks for this WebContents based on a render view ID. Instead, we just
|
| // leave the pending renderer around until the next navigation event
|
| // (Navigate, DidNavigate, etc), which will clean it up properly.
|
| // TODO(creis): All of this will go away when we move the cross-site logic
|
|
|