| Index: components/favicon/core/favicon_handler.h
|
| diff --git a/components/favicon/core/favicon_handler.h b/components/favicon/core/favicon_handler.h
|
| index 875da2abaf90267be1320ceaf53b57eeb9b0a548..b269fd158c1a63e49fc9c8c425b9ad00bf3fa7c5 100644
|
| --- a/components/favicon/core/favicon_handler.h
|
| +++ b/components/favicon/core/favicon_handler.h
|
| @@ -123,9 +123,6 @@ class FaviconHandler {
|
| // Returns whether the user is operating in an off-the-record context.
|
| virtual bool IsOffTheRecord() = 0;
|
|
|
| - // Returns whether |url| is bookmarked.
|
| - virtual bool IsBookmarked(const GURL& url) = 0;
|
| -
|
| // Notifies that the favicon image has been updated. Most delegates
|
| // propagate the notification to FaviconDriverObserver::OnFaviconUpdated().
|
| // See its documentation for details.
|
| @@ -253,8 +250,6 @@ class FaviconHandler {
|
| const std::vector<SkBitmap>& bitmaps,
|
| const std::vector<gfx::Size>& original_bitmap_sizes);
|
|
|
| - bool ShouldSaveFavicon(const GURL& page_url) const;
|
| -
|
| // Updates |best_favicon_| and returns true if it was considered a satisfying
|
| // image (e.g. exact size match).
|
| bool UpdateFaviconCandidate(const DownloadedFavicon& downloaded_favicon);
|
|
|