| 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;
|
|
|
|
|