| 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..b512e34e676f9af613234d8fa278b8688c7632a6 100644
|
| --- a/ui/app_list/views/app_list_view.cc
|
| +++ b/ui/app_list/views/app_list_view.cc
|
| @@ -433,10 +433,8 @@ void AppListView::OnWidgetVisibilityChanged(views::Widget* widget,
|
| if (widget != GetWidget())
|
| return;
|
|
|
| - // We clear the search when hiding so the next time the app list appears it is
|
| - // not showing search results.
|
| if (!visible)
|
| - app_list_main_view_->search_box_view()->ClearSearch();
|
| + app_list_main_view_->ResetForShow();
|
|
|
| // Whether we need to signin or not may have changed since last time we were
|
| // shown.
|
|
|