| Index: ui/app_list/search/mixer.cc
|
| diff --git a/ui/app_list/search/mixer.cc b/ui/app_list/search/mixer.cc
|
| index f5b7e998d1a5d4adee4245ced1101207a3db8df6..d30254a3d8dc61685b08521386c47332628d37f8 100644
|
| --- a/ui/app_list/search/mixer.cc
|
| +++ b/ui/app_list/search/mixer.cc
|
| @@ -19,7 +19,7 @@ namespace app_list {
|
| namespace {
|
|
|
| // Maximum number of results to show.
|
| -const size_t kMinResults = 6;
|
| +const size_t kMinResults = 9;
|
|
|
| void UpdateResult(const SearchResult& source, SearchResult* target) {
|
| target->set_display_type(source.display_type());
|
|
|