Chromium Code Reviews| 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( |