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