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

Unified Diff: ui/app_list/search_result_observer.h

Issue 2949733002: Show Play Store rating and price in app list (Closed)
Patch Set: Rebase 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/search_result_observer.h
diff --git a/ui/app_list/search_result_observer.h b/ui/app_list/search_result_observer.h
index 3987e88736d1c4c6b255b615b5bf781ab035c10e..ee50bd49447aec5310516ccabc761f0fc6ec45b7 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 price has changed.
+ virtual void OnPriceChanged() {}
+
// Invoked when the SearchResult's actions have changed.
virtual void OnActionsChanged() {}

Powered by Google App Engine
This is Rietveld 408576698