| Index: ui/app_list/views/app_list_main_view.h
|
| diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h
|
| index 74b8765b1c839019230a0d9604509847159ddadf..97fc6e40e7528ae08f7e9faa4df6b06ec9efd641 100644
|
| --- a/ui/app_list/views/app_list_main_view.h
|
| +++ b/ui/app_list/views/app_list_main_view.h
|
| @@ -97,8 +97,8 @@ class APP_LIST_EXPORT AppListMainView : public views::View,
|
| // Invoked when |icon_loading_wait_timer_| fires.
|
| void OnIconLoadingWaitTimer();
|
|
|
| - // Invoked from an IconLoader when icon loading is finished.
|
| - void OnItemIconLoaded(IconLoader* loader);
|
| + // Invoked from an IconLoader when icon loading is finished or item is closed.
|
| + void OnIconLoaderFinished(IconLoader* loader);
|
|
|
| // Overridden from AppsGridViewDelegate:
|
| void ActivateApp(AppListItem* item, int event_flags) override;
|
|
|