| 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(
|
|
|