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

Unified Diff: ui/app_list/views/search_result_view_delegate.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/views/search_result_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/search_result_view_delegate.h
diff --git a/ui/app_list/views/search_result_view_delegate.h b/ui/app_list/views/search_result_view_delegate.h
index 079ff446a48934e4b16a874ed4b54e0b7a1db3a5..16b87efbfba642ddff19a86ebcce8f64f92c5e98 100644
--- a/ui/app_list/views/search_result_view_delegate.h
+++ b/ui/app_list/views/search_result_view_delegate.h
@@ -21,6 +21,9 @@ class SearchResultViewDelegate {
size_t action_index,
int event_flags) = 0;
+ // Called when the app represented by the search result is installed.
+ virtual void OnSearchResultInstalled(SearchResultView* view) = 0;
+
protected:
virtual ~SearchResultViewDelegate() {}
};
« no previous file with comments | « ui/app_list/views/search_result_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698