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

Unified Diff: chrome/browser/extensions/webstore_inline_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: address review comments 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
Index: chrome/browser/extensions/webstore_inline_installer.cc
diff --git a/chrome/browser/extensions/webstore_inline_installer.cc b/chrome/browser/extensions/webstore_inline_installer.cc
index 6fe8c37b4073ed7fcb54cecc357f8cc33fcf4d99..6800b751da2c557ed7f17dd76b340549681ef633 100644
--- a/chrome/browser/extensions/webstore_inline_installer.cc
+++ b/chrome/browser/extensions/webstore_inline_installer.cc
@@ -423,7 +423,9 @@ void WebstoreInlineInstaller::OnExtensionInstallSuccess(const std::string& id) {
}
void WebstoreInlineInstaller::OnExtensionInstallFailure(
- const std::string& id, const std::string& error) {
+ const std::string& id,
+ const std::string& error,
+ WebstoreInstaller::FailureReason cancelled) {
CHECK_EQ(id_, id);
CompleteInstall(error);
}

Powered by Google App Engine
This is Rietveld 408576698