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

Unified Diff: ui/app_list/search/mixer.cc

Issue 2225073002: [Chrome OS] Change layout of the launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/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());

Powered by Google App Engine
This is Rietveld 408576698