Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: ui/app_list/views/app_list_main_view.h

Issue 2276553002: arc: Open launcher after installing app from Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean Created 4 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/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;

Powered by Google App Engine
This is Rietveld 408576698