| Index: chrome/browser/bookmarks/bookmark_model.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h
|
| index e4cb785272a2540e75f464f746cb528fa235b393..b1e59399866a34eb7905b7931112ecc7720be1bd 100644
|
| --- a/chrome/browser/bookmarks/bookmark_model.h
|
| +++ b/chrome/browser/bookmarks/bookmark_model.h
|
| @@ -391,12 +391,8 @@ class BookmarkModel : public NotificationObserver, public BookmarkService {
|
|
|
| // Notification that a favicon has finished loading. If we can decode the
|
| // favicon, FaviconLoaded is invoked.
|
| - void OnFavIconDataAvailable(
|
| - FaviconService::Handle handle,
|
| - bool know_favicon,
|
| - scoped_refptr<RefCountedMemory> data,
|
| - bool expired,
|
| - GURL icon_url);
|
| + void OnFavIconDataAvailable(FaviconService::Handle handle,
|
| + FaviconService::FaviconData favicon);
|
|
|
| // Invoked from the node to load the favicon. Requests the favicon from the
|
| // favicon service.
|
|
|