| 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 4082629d39d572d61c5f859301ee6c720ceddb7c..6a2b1a51769bb4b12f8b503adb369529de4efc7c 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() {}
|
| };
|
|
|