| Index: chrome/browser/fav_icon_helper.h
|
| diff --git a/chrome/browser/fav_icon_helper.h b/chrome/browser/fav_icon_helper.h
|
| index 60fad35882001878e869b06a1676d00d580d72d8..f17b6a83bc6781016dc9d2b86376a8c8185e1208 100644
|
| --- a/chrome/browser/fav_icon_helper.h
|
| +++ b/chrome/browser/fav_icon_helper.h
|
| @@ -121,10 +121,7 @@ class FavIconHelper : public TabContentsObserver {
|
|
|
| // See description above class for details.
|
| void OnFavIconDataForInitialURL(FaviconService::Handle handle,
|
| - bool know_favicon,
|
| - scoped_refptr<RefCountedMemory> data,
|
| - bool expired,
|
| - GURL icon_url);
|
| + FaviconService::FaviconData favicon);
|
|
|
| // If the favicon has expired, asks the renderer to download the favicon.
|
| // Otherwise asks history to update the mapping between page url and icon
|
| @@ -133,10 +130,7 @@ class FavIconHelper : public TabContentsObserver {
|
|
|
| // See description above class for details.
|
| void OnFavIconData(FaviconService::Handle handle,
|
| - bool know_favicon,
|
| - scoped_refptr<RefCountedMemory> data,
|
| - bool expired,
|
| - GURL icon_url);
|
| + FaviconService::FaviconData favicon);
|
|
|
| // Schedules a download for the specified entry. This adds the request to
|
| // download_requests_.
|
|
|