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

Unified Diff: ui/app_list/search_result_observer.h

Issue 21592003: app_list: Show apps grid after installing from cws result. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: happy mac Created 7 years, 5 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
« no previous file with comments | « ui/app_list/search_result_list_view_delegate.h ('k') | ui/app_list/views/app_list_main_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
};
« no previous file with comments | « ui/app_list/search_result_list_view_delegate.h ('k') | ui/app_list/views/app_list_main_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698