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

Unified Diff: chrome/common/extensions/extension_constants.cc

Issue 16248002: Move Extension::GetBasicInfo to a static helper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/common/extensions/extension_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_constants.cc
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc
index b96cdba4abf11c844f3a18ffc15669e896a52e7f..f24578273b13c89f2eb391cc5aadc3e9728914fb 100644
--- a/chrome/common/extensions/extension_constants.cc
+++ b/chrome/common/extensions/extension_constants.cc
@@ -108,22 +108,6 @@ const char kModulesDir[] = "_modules";
} // namespace extension_filenames
-// These must match the values expected by the chrome.management extension API.
-namespace extension_info_keys {
- const char kDescriptionKey[] = "description";
- const char kEnabledKey[] = "enabled";
- const char kHomepageUrlKey[] = "homepageUrl";
- const char kIdKey[] = "id";
- const char kNameKey[] = "name";
- const char kKioskEnabledKey[] = "kioskEnabled";
- const char kOfflineEnabledKey[] = "offlineEnabled";
- const char kOptionsUrlKey[] = "optionsUrl";
- const char kDetailsUrlKey[] = "detailsUrl";
- const char kVersionKey[] = "version";
- const char kPackagedAppKey[] = "packagedApp";
-
-} // namespace extension_filenames
-
namespace extension_misc {
const char kBookmarkManagerId[] = "eemcgdkfndhakfknompkggombfjjjeno";
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698