Chromium Code Reviews| 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..5562c4e0487704a18cf9b90de063bdf558bc5c99 100644 |
| --- a/chrome/browser/ui/app_list/search/search_util.h |
| +++ b/chrome/browser/ui/app_list/search/search_util.h |
| @@ -20,6 +20,8 @@ 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, |
| SEARCH_RESULT_TYPE_BOUNDARY |
|
huangs
2014/12/03 20:36:11
SEARCH_RESULT_TYPE_BOUNDARY should appear last? I
Mathieu
2014/12/03 21:01:30
Done.
|
| }; |