| Index: chrome/browser/history/top_sites_database.h
|
| diff --git a/chrome/browser/history/top_sites_database.h b/chrome/browser/history/top_sites_database.h
|
| index 087f55df3995d7874d10a4c2fba8d432d4d8d938..bfc1ad5d5059c127a86b9293d41995ea947ff59a 100644
|
| --- a/chrome/browser/history/top_sites_database.h
|
| +++ b/chrome/browser/history/top_sites_database.h
|
| @@ -84,7 +84,8 @@ class TopSitesDatabase {
|
| void UpdatePageRankNoTransaction(const MostVisitedURL& url, int new_rank);
|
|
|
| // Updates thumbnail of a URL that's already in the database.
|
| - void UpdatePageThumbnail(const MostVisitedURL& url,
|
| + // Returns true if the database query succeeds.
|
| + bool UpdatePageThumbnail(const MostVisitedURL& url,
|
| const Images& thumbnail);
|
|
|
| // Returns the URL's current rank or -1 if it is not present.
|
|
|