Index: chrome/browser/extensions/bundle_installer.cc |
diff --git a/chrome/browser/extensions/bundle_installer.cc b/chrome/browser/extensions/bundle_installer.cc |
index c3ad7980edc23cd5fd3704d2ed5ccc82e646a1ce..eef78e9a9c1a13ba2071d98fdbb01e9ba0277b5f 100644 |
--- a/chrome/browser/extensions/bundle_installer.cc |
+++ b/chrome/browser/extensions/bundle_installer.cc |
@@ -327,8 +327,10 @@ void BundleInstaller::OnExtensionInstallSuccess(const std::string& id) { |
ShowInstalledBubbleIfDone(); |
} |
-void BundleInstaller::OnExtensionInstallFailure(const std::string& id, |
- const std::string& error) { |
+void BundleInstaller::OnExtensionInstallFailure( |
+ const std::string& id, |
+ const std::string& error, |
+ WebstoreInstaller::FailureReason reason) { |
items_[id].state = Item::STATE_FAILED; |
ExtensionList::iterator i = std::find_if( |