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 740ff3e46b24340d0f960a19c84a2aabf1aedc15..29b41d179ecef75aa09f7eb9839a67e2f1d02ab4 100644 |
--- a/ui/app_list/views/app_list_main_view.h |
+++ b/ui/app_list/views/app_list_main_view.h |
@@ -95,8 +95,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 OnItemClosedOrIconLoaded(IconLoader* loader); |
xiyuan
2016/08/23 17:54:17
nit: OnItemClosedOrIconLoaded -> OnIconLoaderFinis
khmel
2016/08/23 18:03:12
Much nicer :)
|
// Overridden from AppsGridViewDelegate: |
void ActivateApp(AppListItem* item, int event_flags) override; |