Index: chrome/browser/extensions/api/webstore_private/webstore_private_api.cc |
diff --git a/chrome/browser/extensions/api/webstore_private/webstore_private_api.cc b/chrome/browser/extensions/api/webstore_private/webstore_private_api.cc |
index e218bbe83006d8d0196e348623cb0370c2c3107a..07ff0313fabf8a7f05bf121872d3836da48edaa4 100644 |
--- a/chrome/browser/extensions/api/webstore_private/webstore_private_api.cc |
+++ b/chrome/browser/extensions/api/webstore_private/webstore_private_api.cc |
@@ -503,6 +503,9 @@ void CompleteInstallFunction::OnExtensionInstallFailure( |
const std::string& id, |
const std::string& error, |
WebstoreInstaller::FailureReason reason) { |
+#if defined(ENABLE_APP_LIST) |
+ chrome::NotifyAppListOfExtensionInstallFailure(profile(), id); |
+#endif |
if (test_webstore_installer_delegate) { |
test_webstore_installer_delegate->OnExtensionInstallFailure( |
id, error, reason); |