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(); |
+ |
void NotifyItemInstalled(); |
void NotifyItemUninstalled(); |