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

Unified Diff: chrome/browser/ui/app_list/search/webstore_result.cc

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 | « no previous file | ui/app_list/cocoa/apps_search_results_model_bridge.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/search/webstore_result.cc
diff --git a/chrome/browser/ui/app_list/search/webstore_result.cc b/chrome/browser/ui/app_list/search/webstore_result.cc
index f2f36de1b4a484a4d5b345a206fbef4c44623e2d..87812a151fd2cdfef6adf14f7d98804cf825cf97 100644
--- a/chrome/browser/ui/app_list/search/webstore_result.cc
+++ b/chrome/browser/ui/app_list/search/webstore_result.cc
@@ -183,6 +183,7 @@ void WebstoreResult::OnExtensionInstalled(
SetIsInstalling(false);
UpdateActions();
+ NotifyItemInstalled();
}
void WebstoreResult::OnExtensionLoaded(
« no previous file with comments | « no previous file | ui/app_list/cocoa/apps_search_results_model_bridge.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698