| Index: chrome/browser/extensions/webstore_standalone_installer.h
|
| diff --git a/chrome/browser/extensions/webstore_standalone_installer.h b/chrome/browser/extensions/webstore_standalone_installer.h
|
| index 7df7bff9f6322f76e83ccbd435849dc9c669a523..833108e7275c316d621ffc4f6f1df69585cfec2e 100644
|
| --- a/chrome/browser/extensions/webstore_standalone_installer.h
|
| +++ b/chrome/browser/extensions/webstore_standalone_installer.h
|
| @@ -13,8 +13,8 @@
|
| #include "chrome/browser/extensions/extension_install_prompt.h"
|
| #include "chrome/browser/extensions/webstore_data_fetcher_delegate.h"
|
| #include "chrome/browser/extensions/webstore_install_helper.h"
|
| -#include "chrome/browser/extensions/webstore_install_result.h"
|
| #include "chrome/browser/extensions/webstore_installer.h"
|
| +#include "chrome/common/extensions/webstore_install_result.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| @@ -51,7 +51,9 @@ class WebstoreStandaloneInstaller
|
| // A callback for when the install process completes, successfully or not. If
|
| // there was a failure, |success| will be false and |error| may contain a
|
| // developer-readable error message about why it failed.
|
| - typedef base::Callback<void(bool success, const std::string& error)> Callback;
|
| + typedef base::Callback<void(bool success,
|
| + const std::string& error,
|
| + webstore_install::Result result)> Callback;
|
|
|
| WebstoreStandaloneInstaller(const std::string& webstore_item_id,
|
| Profile* profile,
|
|
|