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

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

Issue 21592003: app_list: Show apps grid after installing from cws result. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 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();
}

Powered by Google App Engine
This is Rietveld 408576698