| Index: chrome/browser/extensions/bundle_installer.h
|
| diff --git a/chrome/browser/extensions/bundle_installer.h b/chrome/browser/extensions/bundle_installer.h
|
| index 1818041e29a178becfed8b5f954aa214056b87bd..2a7cb0dc6e46fbe5e838673e3c8210a2a16cb6ec 100644
|
| --- a/chrome/browser/extensions/bundle_installer.h
|
| +++ b/chrome/browser/extensions/bundle_installer.h
|
| @@ -64,6 +64,9 @@ class BundleInstaller : public WebstoreInstallHelper::Delegate,
|
|
|
| Item();
|
|
|
| + // Gets the localized name, formatted for display in the prompt or bubble.
|
| + string16 GetNameForDisplay();
|
| +
|
| std::string id;
|
| std::string manifest;
|
| std::string localized_name;
|
|
|