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, |
|
Matt Giuca
2014/12/09 05:34:55
There are tests for search result pages with both
Mathieu
2014/12/09 21:18:26
I added a few DISPLAY_NONE entries and the test st
|
| }; |
| // A tagged range in search result text. |