| Index: chrome/browser/history/top_sites.h
|
| diff --git a/chrome/browser/history/top_sites.h b/chrome/browser/history/top_sites.h
|
| index 3e20488c083de07e0f28a68fc8f54b42131ada95..bfe78cbd98ea49155c78fa8f9c7db874319c6533 100644
|
| --- a/chrome/browser/history/top_sites.h
|
| +++ b/chrome/browser/history/top_sites.h
|
| @@ -84,6 +84,11 @@ class TopSites
|
| // be copied to |score|.
|
| virtual bool GetPageThumbnailScore(const GURL& url, ThumbnailScore* score);
|
|
|
| + // Get a temporary thumbnail score for a given page. Returns true iff we
|
| + // have the thumbnail score. Useful when checking if we should update a
|
| + // thumbnail for a given page. The score will be copied to |score|.
|
| + bool GetTemporaryPageThumbnailScore(const GURL& url, ThumbnailScore* score);
|
| +
|
| // Invoked from History if migration is needed. If this is invoked it will
|
| // be before HistoryLoaded is invoked.
|
| void MigrateFromHistory();
|
|
|