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

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

Issue 793633002: Allow arrow keys to navigate tile results in the experimental app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@now_source_again
Patch Set: fix_test Created 6 years 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
« no previous file with comments | « no previous file | ui/app_list/views/search_result_page_view_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/contents_view.cc
diff --git a/ui/app_list/views/contents_view.cc b/ui/app_list/views/contents_view.cc
index 948ffca67c2f149c647f589413899991875f6fff..4d6c703966213684ec06adacd9fd67aa2d63e0c3 100644
--- a/ui/app_list/views/contents_view.cc
+++ b/ui/app_list/views/contents_view.cc
@@ -80,7 +80,8 @@ void ContentsView::Init(AppListModel* model) {
search_results_page_view_->AddSearchResultContainerView(
results, new SearchResultListView(app_list_main_view_, view_delegate));
search_results_page_view_->AddSearchResultContainerView(
- results, new SearchResultTileItemListView());
+ results,
+ new SearchResultTileItemListView(GetSearchBoxView()->search_box()));
AddLauncherPage(search_results_page_view_,
AppListModel::STATE_SEARCH_RESULTS);
« no previous file with comments | « no previous file | ui/app_list/views/search_result_page_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698