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

Unified Diff: ui/app_list/search_result.h

Issue 796793002: Make app list recommendations into their own DisplayType. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mathp_suggestions_search
Patch Set: fix_test Created 6 years 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_result.h
diff --git a/ui/app_list/search_result.h b/ui/app_list/search_result.h
index f2894bb3339d93992721f315c069eb51d826cc95..95bc5e55ee2b94ba5d0bc7bf032e91611b2327a1 100644
--- a/ui/app_list/search_result.h
+++ b/ui/app_list/search_result.h
@@ -32,6 +32,7 @@ class APP_LIST_EXPORT SearchResult {
enum DisplayType {
DISPLAY_LIST,
DISPLAY_TILE,
+ DISPLAY_RECOMMENDATION,
DISPLAY_NONE,
};
« no previous file with comments | « chrome/browser/ui/app_list/search/suggestions/url_suggestion_result.cc ('k') | ui/app_list/search_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698