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

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: fix browser_tests 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..b75c89026e6b88c8bd1bff39a60790a9c51c4177 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 OnIconLoaderFinished(IconLoader* loader);
// Overridden from AppsGridViewDelegate:
void ActivateApp(AppListItem* item, int event_flags) override;
« no previous file with comments | « chrome/browser/ui/ash/launcher/arc_app_launcher_browsertest.cc ('k') | ui/app_list/views/app_list_main_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698