| 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..6ad65d79457489b7edb0854ba8cbc3a2bb0f9fcc 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 has_surface);
|
|
|
| // content::WebContentsObserver overrides.
|
| virtual void DidStartLoading() OVERRIDE;
|
|
|