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

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

Issue 909773002: Fix apps sometimes not showing up in the app list search results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_shadow_border
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | ui/app_list/search_result.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search/mixer.cc
diff --git a/ui/app_list/search/mixer.cc b/ui/app_list/search/mixer.cc
index e4ef2f59747981d833f5a525dc546ea54a2b0923..95da23de8d53e763185c7389ff8be1346fff3ac8 100644
--- a/ui/app_list/search/mixer.cc
+++ b/ui/app_list/search/mixer.cc
@@ -28,6 +28,7 @@ const size_t kMaxSuggestionsResults = 6;
const size_t kNoMaxResultsLimit = 0;
void UpdateResult(const SearchResult& source, SearchResult* target) {
+ target->set_display_type(source.display_type());
target->set_title(source.title());
target->set_title_tags(source.title_tags());
target->set_details(source.details());
« no previous file with comments | « no previous file | ui/app_list/search_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698