| Index: ui/app_list/search_result.h
|
| diff --git a/ui/app_list/search_result.h b/ui/app_list/search_result.h
|
| index b4fdd331e4ed7ceac8ca64919ec140e047695f2e..f2e94b2edb7d57c361644b7a752259db783d7da7 100644
|
| --- a/ui/app_list/search_result.h
|
| +++ b/ui/app_list/search_result.h
|
| @@ -100,6 +100,8 @@ class APP_LIST_EXPORT SearchResult {
|
| int percent_downloaded() const { return percent_downloaded_; }
|
| void SetPercentDownloaded(int percent_downloaded);
|
|
|
| + void NotifyItemInstalled();
|
| +
|
| void AddObserver(SearchResultObserver* observer);
|
| void RemoveObserver(SearchResultObserver* observer);
|
|
|
|
|