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

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

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
Index: chrome/common/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index a545d0af0b1c7fa4e073ed452ba066cb770dcf32..fa5ac9fc3e4683184edd27f195d53f51ac115448 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -76,7 +76,7 @@ namespace extension_filenames {
extern const char kModulesDir[];
}
-// Keys in the dictionary returned by Extension::GetBasicInfo().
+// Keys in the dictionary returned by extensions::GetBasicInfo().
namespace extension_info_keys {
extern const char kDescriptionKey[];
extern const char kEnabledKey[];

Powered by Google App Engine
This is Rietveld 408576698