| 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 19cd5d1cb11daae47b1ae452c5e3dce75f037569..08a1b3f76e071fa0e6abd23d53feb0cf2121b6b5 100644
|
| --- a/chrome/browser/ui/app_list/search/search_util.h
|
| +++ b/chrome/browser/ui/app_list/search/search_util.h
|
| @@ -18,8 +18,8 @@ enum SearchResultType {
|
| 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,
|
| + // A result that opens a people search (Deprecated).
|
| + SEARCH_PEOPLE_SEARCH_RESULT_DEPRECATED,
|
| // A result that opens a suggestion.
|
| SUGGESTIONS_SEARCH_RESULT,
|
| // A result that is provided by the custom launcher search provider.
|
|
|