summaryrefslogtreecommitdiffstats
path: root/ui/app_list/search_result_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app_list/search_result_observer.h')
-rw-r--r--ui/app_list/search_result_observer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/app_list/search_result_observer.h b/ui/app_list/search_result_observer.h
index 4082629..6a2b1a5 100644
--- a/ui/app_list/search_result_observer.h
+++ b/ui/app_list/search_result_observer.h
@@ -23,6 +23,9 @@ class APP_LIST_EXPORT SearchResultObserver {
// Invoked when the download percentage has changed.
virtual void OnPercentDownloadedChanged() = 0;
+ // Invoked when the item represented by the SearchResult is installed.
+ virtual void OnItemInstalled() = 0;
+
protected:
virtual ~SearchResultObserver() {}
};