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_model_observer.h

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: Addressed review comments 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/app_list_item_model_observer.h
diff --git a/ui/app_list/app_list_item_model_observer.h b/ui/app_list/app_list_item_model_observer.h
index 80abb3989b59b5c44f9754c2ad998899d8fd5eb3..b74049c201bda0bffc07f7876731a020d6e6b534 100644
--- a/ui/app_list/app_list_item_model_observer.h
+++ b/ui/app_list/app_list_item_model_observer.h
@@ -17,6 +17,9 @@ class APP_LIST_EXPORT AppListItemModelObserver {
// Invoked after item's title is changed.
virtual void ItemTitleChanged() = 0;
+ // Invoked after item's full name is changed.
+ virtual void ItemFullNameChanged() = 0;
+
// Invoked after item's highlighted state is changed.
virtual void ItemHighlightedChanged() = 0;

Powered by Google App Engine
This is Rietveld 408576698