Chromium Code Reviews| Index: ui/app_list/search_result.cc |
| diff --git a/ui/app_list/search_result.cc b/ui/app_list/search_result.cc |
| index 653d08950d9a81911a5b4e2f8560c3ad6b518ff2..a96c9d707c41340fae144d9e8e0e565398b293e1 100644 |
| --- a/ui/app_list/search_result.cc |
| +++ b/ui/app_list/search_result.cc |
| @@ -76,6 +76,8 @@ int SearchResult::GetPreferredIconDimension() const { |
| return kTileIconSize; |
| case DISPLAY_LIST: |
| return kListIconSize; |
| + case DISPLAY_NONE: |
| + return 0; |
| } |
| NOTREACHED(); |
| return 0; |