| Index: chrome/browser/ui/app_list/search/chrome_search_result.h
|
| diff --git a/chrome/browser/ui/app_list/search/chrome_search_result.h b/chrome/browser/ui/app_list/search/chrome_search_result.h
|
| index 2c006075f44afffd8298f2926e0c39c9cde699f7..3d223109ec583cd30c4c303db6763f2e8c6fa1c5 100644
|
| --- a/chrome/browser/ui/app_list/search/chrome_search_result.h
|
| +++ b/chrome/browser/ui/app_list/search/chrome_search_result.h
|
| @@ -23,6 +23,8 @@ enum ChromeSearchResultType {
|
| WEBSTORE_SEARCH_RESULT,
|
| // A result that opens a webstore search.
|
| SEARCH_WEBSTORE_SEARCH_RESULT,
|
| + // A result that opens a people search.
|
| + SEARCH_PEOPLE_SEARCH_RESULT,
|
| SEARCH_RESULT_TYPE_BOUNDARY
|
| };
|
|
|
|
|