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

Unified Diff: ui/app_list/search_result_observer.h

Issue 2949733002: Show Play Store rating and price in app list (Closed)
Patch Set: Apply fix to patch set 5 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
« no previous file with comments | « ui/app_list/search_result.cc ('k') | ui/app_list/views/search_result_tile_item_list_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_result_observer.h
diff --git a/ui/app_list/search_result_observer.h b/ui/app_list/search_result_observer.h
index 3987e88736d1c4c6b255b615b5bf781ab035c10e..4c5aefb6c1a02c4ad0cc01f6612fc2bdc6c7bee2 100644
--- a/ui/app_list/search_result_observer.h
+++ b/ui/app_list/search_result_observer.h
@@ -17,6 +17,12 @@ class APP_LIST_EXPORT SearchResultObserver {
// Invoked when the SearchResult's badge icon has changed.
virtual void OnBadgeIconChanged() {}
+ // Invoked when the SearchResult's app rating has changed.
+ virtual void OnRatingChanged() {}
+
+ // Invoked when the SearchResult's app formatted price has changed.
+ virtual void OnFormattedPriceChanged() {}
+
// Invoked when the SearchResult's actions have changed.
virtual void OnActionsChanged() {}
« no previous file with comments | « ui/app_list/search_result.cc ('k') | ui/app_list/views/search_result_tile_item_list_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698