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 |
}; |