Chromium Code Reviews| 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 863e25e55df8ed22c06c2754746e4cb85b65f187..b6dace0a0c4df02148f74915944ef81d0e36761f 100644 |
| --- a/ui/app_list/views/app_list_view.cc |
| +++ b/ui/app_list/views/app_list_view.cc |
| @@ -182,6 +182,10 @@ void AppListView::OnSigninStatusChanged() { |
| app_list_main_view_->search_box_view()->InvalidateMenu(); |
| } |
| +void AppListView::ShowAppsGrid() { |
| + app_list_main_view_->ShowAppsGrid(); |
|
benwells
2013/08/01 22:53:12
Should you use app_list_main_view_->search_box_vie
xiyuan
2013/08/01 23:18:28
I was thinking of leaving the query there might sa
|
| +} |
| + |
| views::View* AppListView::GetInitiallyFocusedView() { |
| return app_list_main_view_->search_box_view()->search_box(); |
| } |