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

Unified Diff: chrome/browser/ui/app_list/search/search_util.h

Issue 1095793002: Implement onOpenResult. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to CHECK. Created 5 years, 8 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
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 a8395e473c15c50dfe4376c96098f0edad1ac064..19cd5d1cb11daae47b1ae452c5e3dce75f037569 100644
--- a/chrome/browser/ui/app_list/search/search_util.h
+++ b/chrome/browser/ui/app_list/search/search_util.h
@@ -22,6 +22,8 @@ enum SearchResultType {
SEARCH_PEOPLE_SEARCH_RESULT,
// A result that opens a suggestion.
SUGGESTIONS_SEARCH_RESULT,
+ // A result that is provided by the custom launcher search provider.
+ LAUNCHER_SEARCH_PROVIDER_RESULT,
// Boundary is always last.
SEARCH_RESULT_TYPE_BOUNDARY
};
« no previous file with comments | « chrome/browser/ui/app_list/search/launcher_search/launcher_search_result.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698