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

Unified Diff: chrome/browser/extensions/bundle_installer.cc

Issue 10980002: Mac Web Intents Part 1: Show extension download progress (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove downloads code Created 8 years, 2 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
« no previous file with comments | « chrome/browser/extensions/bundle_installer.h ('k') | chrome/browser/extensions/webstore_inline_installer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « chrome/browser/extensions/bundle_installer.h ('k') | chrome/browser/extensions/webstore_inline_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698