| Index: components/enhanced_bookmarks/bookmark_image_service.h
|
| diff --git a/components/enhanced_bookmarks/bookmark_image_service.h b/components/enhanced_bookmarks/bookmark_image_service.h
|
| index 3816025d702765f4226bd87dfc9fea13f5ddc346..a67211dabade8f5807516813efeb68bb09a24347 100644
|
| --- a/components/enhanced_bookmarks/bookmark_image_service.h
|
| +++ b/components/enhanced_bookmarks/bookmark_image_service.h
|
| @@ -38,6 +38,9 @@ class BookmarkImageService : public KeyedService,
|
|
|
| typedef base::Callback<void(const gfx::Image&, const GURL& url)> Callback;
|
|
|
| + // KeyedService:
|
| + virtual void Shutdown() OVERRIDE;
|
| +
|
| // Returns a salient image for a URL. This may trigger a network request for
|
| // the image if the image was not retrieved before and if a bookmark node has
|
| // a URL for this salient image available. The image (which may be empty) is
|
|
|