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..7e7524fafc2472cf50c83a50a88db069ebc9696c 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 dimension at which this result's icon should be displayed. |
+ int GetPreferredIconDimension() const; |
+ |
void NotifyItemInstalled(); |
void NotifyItemUninstalled(); |