| 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 19eec7a3157eede88dc667c54c4e4576248fa5e2..081e6b7e2074212ab496c0cf1e6705b9b04c10b6 100644
|
| --- a/chrome/browser/extensions/extension_webstore_private_api.h
|
| +++ b/chrome/browser/extensions/extension_webstore_private_api.h
|
| @@ -108,6 +108,7 @@ class BeginInstallWithManifestFunction : public AsyncExtensionFunction,
|
| std::string manifest_;
|
| std::string icon_data_;
|
| std::string localized_name_;
|
| + bool use_app_installed_bubble_;
|
|
|
| // The results of parsing manifest_ and icon_data_ go into these two.
|
| scoped_ptr<base::DictionaryValue> parsed_manifest_;
|
|
|