| 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 193a18655052da362e8e5276761a5a0a5d7e1144..a4ea8d01a25dc408a444656226b70477e0322080 100644
|
| --- a/chrome/browser/extensions/extension_webstore_private_api.h
|
| +++ b/chrome/browser/extensions/extension_webstore_private_api.h
|
| @@ -140,6 +140,9 @@ class BeginInstallWithManifestFunction
|
| // ExtensionInstallUI to prompt for confirmation of the install.
|
| scoped_refptr<Extension> dummy_extension_;
|
|
|
| + // The class that displays the install prompt.
|
| + scoped_ptr<ExtensionInstallUI> install_ui_;
|
| +
|
| DECLARE_EXTENSION_FUNCTION_NAME("webstorePrivate.beginInstallWithManifest3");
|
| };
|
|
|
|
|