| Index: chrome/browser/webdata/web_apps_table.h
|
| diff --git a/chrome/browser/webdata/web_apps_table.h b/chrome/browser/webdata/web_apps_table.h
|
| index 1222f5d8febd6551a7053d428c234002c3008677..d49b6acb4029514d6efcdbfc692e5340c61b3883 100644
|
| --- a/chrome/browser/webdata/web_apps_table.h
|
| +++ b/chrome/browser/webdata/web_apps_table.h
|
| @@ -38,6 +38,10 @@ class WebAppsTable : public WebDatabaseTable {
|
| virtual bool IsSyncable() OVERRIDE;
|
|
|
| bool SetWebAppImage(const GURL& url, const SkBitmap& image);
|
| +
|
| + // Returns true if all images are retrieved. Returns false if there is a
|
| + // database error. In this case, the state of images is undefined; it may have
|
| + // partial results or no results from the call.
|
| bool GetWebAppImages(const GURL& url, std::vector<SkBitmap>* images);
|
|
|
| bool SetWebAppHasAllImages(const GURL& url, bool has_all_images);
|
|
|