| 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..87577c32ceffc01b480547f7bd28a4e62af1c892 100644
|
| --- a/chrome/browser/fav_icon_helper.h
|
| +++ b/chrome/browser/fav_icon_helper.h
|
| @@ -124,7 +124,8 @@ class FavIconHelper : public TabContentsObserver {
|
| bool know_favicon,
|
| scoped_refptr<RefCountedMemory> data,
|
| bool expired,
|
| - GURL icon_url);
|
| + GURL icon_url,
|
| + history::IconType icon_type);
|
|
|
| // If the favicon has expired, asks the renderer to download the favicon.
|
| // Otherwise asks history to update the mapping between page url and icon
|
| @@ -136,7 +137,8 @@ class FavIconHelper : public TabContentsObserver {
|
| bool know_favicon,
|
| scoped_refptr<RefCountedMemory> data,
|
| bool expired,
|
| - GURL icon_url);
|
| + GURL icon_url,
|
| + history::IconType icon_type);
|
|
|
| // Schedules a download for the specified entry. This adds the request to
|
| // download_requests_.
|
|
|