Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Unified Diff: ui/app_list/app_list_item.cc

Issue 2787693002: Remove more dead app list code. (Closed)
Patch Set: updated comment Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/app_list_item.h ('k') | ui/app_list/app_list_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_ &&
« no previous file with comments | « ui/app_list/app_list_item.h ('k') | ui/app_list/app_list_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698