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

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 interface from Extension* to ExtensionId. 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..5652e1da6697c2ef0a171f039db2f3bd74ff4923 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 launcher search provider.
Matt Giuca 2015/04/20 02:44:53 can you say "by the custom launcher search provide
yawano 2015/04/20 04:02:36 Done.
+ LAUNCHER_SEARCH_PROVIDER_RESULT,
// Boundary is always last.
SEARCH_RESULT_TYPE_BOUNDARY
};

Powered by Google App Engine
This is Rietveld 408576698