| Index: ui/app_list/app_list_item.cc
|
| diff --git a/ui/app_list/app_list_item.cc b/ui/app_list/app_list_item.cc
|
| index 285acfca89878b52a0e692d02f2fe8d4a10c34db..8606dd48ad813b730abe44016d3eda4d15e858cb 100644
|
| --- a/ui/app_list/app_list_item.cc
|
| +++ b/ui/app_list/app_list_item.cc
|
| @@ -74,8 +74,6 @@ size_t AppListItem::ChildItemCount() const {
|
| return 0;
|
| }
|
|
|
| -void AppListItem::OnExtensionPreferenceChanged() {}
|
| -
|
| bool AppListItem::CompareForTest(const AppListItem* other) const {
|
| return id_ == other->id_ &&
|
| folder_id_ == other->folder_id_ &&
|
|
|