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

Unified Diff: ui/app_list/views/app_list_main_view.cc

Issue 23709003: Display an app's short name in the app launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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
Index: ui/app_list/views/app_list_main_view.cc
diff --git a/ui/app_list/views/app_list_main_view.cc b/ui/app_list/views/app_list_main_view.cc
index 7dc19ffcb6cb9798868d54dd0f176cb70ad88026..ac3a84d3930bf9307de1d8c9935c960fda8d094f 100644
--- a/ui/app_list/views/app_list_main_view.cc
+++ b/ui/app_list/views/app_list_main_view.cc
@@ -63,6 +63,7 @@ class AppListMainView::IconLoader : public AppListItemModelObserver {
// Note that IconLoader is released here.
}
virtual void ItemTitleChanged() OVERRIDE {}
+ virtual void ItemFullNameChanged() OVERRIDE {}
virtual void ItemHighlightedChanged() OVERRIDE {}
virtual void ItemIsInstallingChanged() OVERRIDE {}
virtual void ItemPercentDownloadedChanged() OVERRIDE {}

Powered by Google App Engine
This is Rietveld 408576698