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

Unified Diff: ui/app_list/search_result_observer.h

Issue 10872099: ash: Add support for additional icons in apps search list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 e539c7291de24cb247efbc6eb574b5017a859c61..b78c054613f72ba55fdf188ec1810f66498d2d22 100644
--- a/ui/app_list/search_result_observer.h
+++ b/ui/app_list/search_result_observer.h
@@ -11,9 +11,12 @@ namespace app_list {
class APP_LIST_EXPORT SearchResultObserver {
public:
- // Invoked when SearchResult icon has changed.
+ // Invoked when the SearchResult's icon has changed.
virtual void OnIconChanged() = 0;
+ // Invoked when the SearchResult's action icons have been changed.
+ virtual void OnActionIconsChanged() = 0;
+
protected:
virtual ~SearchResultObserver() {}
};

Powered by Google App Engine
This is Rietveld 408576698