| Index: chrome/browser/custom_home_pages_table_model.h
|
| diff --git a/chrome/browser/custom_home_pages_table_model.h b/chrome/browser/custom_home_pages_table_model.h
|
| index b452e8da904990b95453062950f5460a730639d2..c3e9dcd60737e30cf07193727a09339fc4be04f9 100644
|
| --- a/chrome/browser/custom_home_pages_table_model.h
|
| +++ b/chrome/browser/custom_home_pages_table_model.h
|
| @@ -71,10 +71,7 @@ class CustomHomePagesTableModel : public ui::TableModel {
|
| // Callback from history service. Updates the icon of the Entry whose
|
| // |fav_icon_handle| matches |handle| and notifies the observer of the change.
|
| void OnGotFavIcon(FaviconService::Handle handle,
|
| - bool know_fav_icon,
|
| - scoped_refptr<RefCountedMemory> image_data,
|
| - bool is_expired,
|
| - GURL icon_url);
|
| + FaviconService::FaviconData favicon);
|
|
|
| // Returns the entry whose |member| matches |handle| and sets |entry_index| to
|
| // the index of the entry.
|
|
|