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; |
xiyuan
2016/08/08 18:02:15
Would this change the search result UI? That is, t
xdai1
2016/08/08 21:25:38
No it doesn't change the search result UI. The num
xdai1
2016/08/08 21:30:08
kNumSearchResultTiles (https://cs.chromium.org/chr
xiyuan
2016/08/08 21:41:00
The mixer is applying weight and sort the results
|
void UpdateResult(const SearchResult& source, SearchResult* target) { |
target->set_display_type(source.display_type()); |