Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1643)

Unified Diff: chrome/browser/extensions/bundle_installer.h

Issue 9460045: Add Mac interface for installing bundles of extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/nibs/ExtensionInstalledBubbleBundle.xib ('k') | chrome/browser/extensions/bundle_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/app/nibs/ExtensionInstalledBubbleBundle.xib ('k') | chrome/browser/extensions/bundle_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698