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

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: 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
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..2ad7a9ca673c7181691f1770e3f1a38410f3bce6 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();
+ controller_->ShowAppsGrid();
benwells 2013/08/01 22:53:12 Can the websore result take a reference to the vie
xiyuan 2013/08/01 23:18:28 Right now, the AppListModel is independent of AppL
}
void WebstoreResult::OnExtensionLoaded(

Powered by Google App Engine
This is Rietveld 408576698