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

Unified Diff: ui/app_list/search_result.h

Issue 775893005: [AppList] Add a Suggestions Provider to applist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fix 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
« no previous file with comments | « ui/app_list/search/mixer.cc ('k') | ui/app_list/search_result.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_result.h
diff --git a/ui/app_list/search_result.h b/ui/app_list/search_result.h
index dd955a6c831ca5148c867af9b25f01b0441ce948..653821db175cdcdf554d589e4be176aeca6fa6c8 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_NONE,
};
// A tagged range in search result text.
« no previous file with comments | « ui/app_list/search/mixer.cc ('k') | ui/app_list/search_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698