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

Unified Diff: chrome/browser/ui/app_list/search/search_util.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
Index: chrome/browser/ui/app_list/search/search_util.h
diff --git a/chrome/browser/ui/app_list/search/search_util.h b/chrome/browser/ui/app_list/search/search_util.h
index 3e58795109d3c50f5f594758ced3319c5cd1aa89..a8395e473c15c50dfe4376c96098f0edad1ac064 100644
--- a/chrome/browser/ui/app_list/search/search_util.h
+++ b/chrome/browser/ui/app_list/search/search_util.h
@@ -20,6 +20,9 @@ enum SearchResultType {
SEARCH_WEBSTORE_SEARCH_RESULT,
// A result that opens a people search.
SEARCH_PEOPLE_SEARCH_RESULT,
+ // A result that opens a suggestion.
+ SUGGESTIONS_SEARCH_RESULT,
+ // Boundary is always last.
SEARCH_RESULT_TYPE_BOUNDARY
};

Powered by Google App Engine
This is Rietveld 408576698