| Index: chrome/browser/extensions/extension_webstore_private_api.h
|
| diff --git a/chrome/browser/extensions/extension_webstore_private_api.h b/chrome/browser/extensions/extension_webstore_private_api.h
|
| index 8f6bff63094b4e1e2f131e7317c5e3583d4b9a16..f1021e1955e74bb6f33b3b5b862f9fd80143f315 100644
|
| --- a/chrome/browser/extensions/extension_webstore_private_api.h
|
| +++ b/chrome/browser/extensions/extension_webstore_private_api.h
|
| @@ -66,9 +66,11 @@ class BeginInstallWithManifestFunction
|
|
|
| // Implementing WebstoreInstallHelper::Delegate interface.
|
| virtual void OnWebstoreParseSuccess(
|
| + const std::string& id,
|
| const SkBitmap& icon,
|
| base::DictionaryValue* parsed_manifest) OVERRIDE;
|
| virtual void OnWebstoreParseFailure(
|
| + const std::string& id,
|
| InstallHelperResultCode result_code,
|
| const std::string& error_message) OVERRIDE;
|
|
|
|
|