Chromium Code Reviews| Index: ui/app_list/search_result.h |
| diff --git a/ui/app_list/search_result.h b/ui/app_list/search_result.h |
| index dd955a6c831ca5148c867af9b25f01b0441ce948..653821db175cdcdf554d589e4be176aeca6fa6c8 100644 |
| --- a/ui/app_list/search_result.h |
| +++ b/ui/app_list/search_result.h |
| @@ -32,6 +32,7 @@ class APP_LIST_EXPORT SearchResult { |
| enum DisplayType { |
| DISPLAY_LIST, |
| DISPLAY_TILE, |
| + DISPLAY_NONE, |
| }; |
| // A tagged range in search result text. |