Index: chrome/browser/tab_contents/thumbnail_generator.h |
diff --git a/chrome/browser/tab_contents/thumbnail_generator.h b/chrome/browser/tab_contents/thumbnail_generator.h |
index 70d9e2f30d00712524c896de12661967f71e6757..60429d4b74125967d1c60f16790bd9c2031cc93b 100644 |
--- a/chrome/browser/tab_contents/thumbnail_generator.h |
+++ b/chrome/browser/tab_contents/thumbnail_generator.h |
@@ -144,7 +144,8 @@ class ThumbnailGenerator : public content::NotificationObserver, |
// Returns true if we should update the thumbnail of the given URL. |
static bool ShouldUpdateThumbnail(Profile* profile, |
history::TopSites* top_sites, |
- const GURL& url); |
+ const GURL& url, |
+ bool surface_available); |
// content::WebContentsObserver overrides. |
virtual void DidStartLoading() OVERRIDE; |