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

Unified Diff: ui/app_list/search_result.cc

Issue 455323003: Add DisplayType to app list SearchResults (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « ui/app_list/search_result.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_result.cc
diff --git a/ui/app_list/search_result.cc b/ui/app_list/search_result.cc
index 9df0e6c79cd3e29bdbf100bd2ec691869e8ac2e2..771251fcb9bcd37ffcfa606ba83d51410c4fcb90 100644
--- a/ui/app_list/search_result.cc
+++ b/ui/app_list/search_result.cc
@@ -25,7 +25,10 @@ SearchResult::Action::Action(const base::string16& label_text,
SearchResult::Action::~Action() {}
SearchResult::SearchResult()
- : relevance_(0), is_installing_(false), percent_downloaded_(0) {
+ : relevance_(0),
+ display_type_(DISPLAY_LIST),
+ is_installing_(false),
+ percent_downloaded_(0) {
}
SearchResult::~SearchResult() {}
« no previous file with comments | « ui/app_list/search_result.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698