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

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

Issue 9030010: Move most of the remaining users of WebContentsObserver::tab_contents() to use web_contents(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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.h
===================================================================
--- chrome/browser/tab_contents/thumbnail_generator.h (revision 115777)
+++ chrome/browser/tab_contents/thumbnail_generator.h (working copy)
@@ -115,7 +115,7 @@
ClipResult* clip_result);
// Update the thumbnail of the given tab contents if necessary.
- void UpdateThumbnailIfNecessary(TabContents* tab_contents);
+ void UpdateThumbnailIfNecessary(content::WebContents* webb_contents);
// Returns true if we should update the thumbnail of the given URL.
static bool ShouldUpdateThumbnail(Profile* profile,
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc ('k') | chrome/browser/tab_contents/thumbnail_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698