Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(861)

Unified Diff: content/browser/renderer_host/resource_dispatcher_host_impl.cc

Issue 10073002: TabContents -> WebContentsImpl, part 11. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed a few Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698