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 f210248d4e03a236306ab16b3ac230b0bff10004..c4195554f396ac484810ffb91217f238c329e60a 100644 |
| --- a/ui/app_list/search_result.h |
| +++ b/ui/app_list/search_result.h |
| @@ -109,6 +109,9 @@ class APP_LIST_EXPORT SearchResult { |
| int percent_downloaded() const { return percent_downloaded_; } |
| void SetPercentDownloaded(int percent_downloaded); |
| + // Returns the size at which this result's icon should be displayed. |
| + int GetPreferredIconSize(); |
|
tapted
2014/08/13 08:09:06
nit: declare const?
tapted
2014/08/13 08:15:22
also [optional nit] to me, Get..Size() feels like
calamity
2014/08/13 08:25:09
Done.
calamity
2014/08/13 08:25:09
Done.
|
| + |
| void NotifyItemInstalled(); |
| void NotifyItemUninstalled(); |