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

Unified Diff: ui/app_list/views/app_list_view.cc

Issue 214423002: Reset the app list when it is shown on Windows and Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_app_list_folder_drag_for_real
Patch Set: fix app list folder icons disappearing on fast switch Created 6 years, 9 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_view.cc
diff --git a/ui/app_list/views/app_list_view.cc b/ui/app_list/views/app_list_view.cc
index cab7fd55ca892322dd02ee8e1c1d61dd1bcff8fe..a64869435623d4e7bb0f3543524cf1905224beda 100644
--- a/ui/app_list/views/app_list_view.cc
+++ b/ui/app_list/views/app_list_view.cc
@@ -184,6 +184,8 @@ void AppListView::ShowWhenReady() {
app_list_main_view_->ShowAppListWhenReady();
}
+void AppListView::ResetForShow() { app_list_main_view_->ResetForShow(); }
+
void AppListView::Close() {
app_list_main_view_->Close();
delegate_->Dismiss();

Powered by Google App Engine
This is Rietveld 408576698