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

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

Issue 2304233002: [Merge-M53] arc: Open launcher after installing app from Android (Closed)
Patch Set: resolve browser_tests Created 4 years, 3 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 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;
« 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