| Index: ui/app_list/app_list_model_observer.h
|
| diff --git a/ui/app_list/app_list_model_observer.h b/ui/app_list/app_list_model_observer.h
|
| index 09cccc0e75531c8daf4925962e3677f114af5a5b..9e00af40f0fe24806ed472e4298faeaff8d21104 100644
|
| --- a/ui/app_list/app_list_model_observer.h
|
| +++ b/ui/app_list/app_list_model_observer.h
|
| @@ -30,6 +30,10 @@ class APP_LIST_EXPORT AppListModelObserver {
|
| // Triggered just after an item is deleted from the model.
|
| virtual void OnAppListItemDeleted() {}
|
|
|
| + // Triggered after uninstall of 2nd-to-last item in folder, before reparent of
|
| + // remaining item and folder removal.
|
| + virtual void OnSingleItemFolderWillBeDeleted() {}
|
| +
|
| // Triggered after |item| has moved, changed folders, or changed properties.
|
| virtual void OnAppListItemUpdated(AppListItem* item) {}
|
|
|
|
|