Index: chrome/browser/extensions/webstore_standalone_installer.cc |
diff --git a/chrome/browser/extensions/webstore_standalone_installer.cc b/chrome/browser/extensions/webstore_standalone_installer.cc |
index 4f42f01b221312bc01654531b520157d9c2244e0..b18e62e90fe0932df1f67a73343ac89584e5d5cc 100644 |
--- a/chrome/browser/extensions/webstore_standalone_installer.cc |
+++ b/chrome/browser/extensions/webstore_standalone_installer.cc |
@@ -87,7 +87,7 @@ void WebstoreStandaloneInstaller::CompleteInstall( |
webstore_install::Result result, |
const std::string& error) { |
if (!callback_.is_null()) |
- callback_.Run(result == webstore_install::SUCCESS, error); |
+ callback_.Run(result == webstore_install::SUCCESS, error, result); |
Release(); // Matches the AddRef in BeginInstall. |
} |