Remove separate SearchResultListView from ContentsView.
commit07feb4753f0b0459e7c2669054ccb9384062261c
authorcalamity <calamity@chromium.org>
Fri, 6 Feb 2015 06:00:01 +0000 (5 22:00 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Feb 2015 06:00:55 +0000 (6 06:00 +0000)
treee99c6fea052551694a98197eed14455c5c1e2ce3
parentaaea508795b0a845c1e3b1f57712e6718987ef44
Remove separate SearchResultListView from ContentsView.

This CL consolidates the SearchResultListView creation in ContentsView
into a single flow used by the classic and experimental app list. They
now both use SearchResultPageView with a SearchResultListView inside.

This change is being made to facilitate further refactoring.

BUG=455059

Review URL: https://codereview.chromium.org/896633005

Cr-Commit-Position: refs/heads/master@{#314984}
ui/app_list/views/app_list_view_unittest.cc
ui/app_list/views/contents_view.cc
ui/app_list/views/contents_view.h
ui/app_list/views/search_result_page_view.cc