Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Unified Diff: ui/app_list/views/search_result_tile_item_view.h

Issue 2949733002: Show Play Store rating and price in app list (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/app_list/views/search_result_tile_item_view.h
diff --git a/ui/app_list/views/search_result_tile_item_view.h b/ui/app_list/views/search_result_tile_item_view.h
index 3c6e8ec6dd9dda917dd322987317406790d27933..c26393422a2509da38132c61b5f3f57d7bbd32a6 100644
--- a/ui/app_list/views/search_result_tile_item_view.h
+++ b/ui/app_list/views/search_result_tile_item_view.h
@@ -40,6 +40,8 @@ class APP_LIST_EXPORT SearchResultTileItemView
// Overridden from SearchResultObserver:
void OnIconChanged() override;
void OnBadgeIconChanged() override;
+ void OnPriceChanged() override;
+ void OnRatingChanged() override;
void OnResultDestroying() override;
// views::ContextMenuController overrides:

Powered by Google App Engine
This is Rietveld 408576698