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

Unified Diff: chrome/browser/tab_contents/thumbnail_generator.cc

Issue 9969208: TabContents -> WebContentsImpl, part 20. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: chrome/browser/tab_contents/thumbnail_generator.cc
diff --git a/chrome/browser/tab_contents/thumbnail_generator.cc b/chrome/browser/tab_contents/thumbnail_generator.cc
index 33de7e14f740b68826e420c3a07111a9f2ed1696..d4a18fffa18bf4891fc775b1bac406858b1d6c29 100644
--- a/chrome/browser/tab_contents/thumbnail_generator.cc
+++ b/chrome/browser/tab_contents/thumbnail_generator.cc
@@ -414,7 +414,7 @@ void ThumbnailGenerator::WidgetHidden(RenderWidgetHost* widget) {
void ThumbnailGenerator::WebContentsDisconnected(WebContents* contents) {
// Go through the existing callbacks, and find any that have the
- // same renderer as this TabContents and remove them so they don't
+ // same renderer as this WebContents and remove them so they don't
// hang around.
ThumbnailCallbackMap::iterator iterator = callback_map_.begin();
RenderWidgetHost* renderer = contents->GetRenderViewHost();
« no previous file with comments | « chrome/browser/tab_contents/render_view_context_menu.h ('k') | chrome/browser/tab_contents/web_drag_bookmark_handler_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698