Chromium Code Reviews| Index: components/bookmarks/browser/bookmark_model.h |
| diff --git a/components/bookmarks/browser/bookmark_model.h b/components/bookmarks/browser/bookmark_model.h |
| index 50760c804766b570f7dd781a3955b118f4056f0e..b648d03b75a0294d4adc304dc39b82ed1954d8d7 100644 |
| --- a/components/bookmarks/browser/bookmark_model.h |
| +++ b/components/bookmarks/browser/bookmark_model.h |
| @@ -298,7 +298,8 @@ class BookmarkModel : public KeyedService { |
| // Notify BookmarkModel that the favicons for |urls| have changed and have to |
|
sky
2015/06/22 15:19:48
nit: update comment.
|
| // be refetched. This notification is sent by BookmarkClient. |
| - void OnFaviconChanged(const std::set<GURL>& urls); |
| + void OnFaviconsChanged(const std::set<GURL>& page_urls, |
|
sky
2015/06/22 15:19:48
Please add test coverage of this function too.
|
| + const std::set<GURL>& icon_urls); |
| // Returns the client used by this BookmarkModel. |
| BookmarkClient* client() const { return client_; } |