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

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

Issue 170015: This change enables Chrome to load locale information for the extension. It d... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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
===================================================================
--- chrome/common/extensions/extension_constants.h (revision 23230)
+++ chrome/common/extensions/extension_constants.h (working copy)
@@ -10,6 +10,7 @@
extern const wchar_t* kBackground;
extern const wchar_t* kContentScripts;
extern const wchar_t* kCss;
+ extern const wchar_t* kDefaultLocale;
extern const wchar_t* kDescription;
extern const wchar_t* kIcons;
extern const wchar_t* kJs;
@@ -37,7 +38,7 @@
extern const wchar_t* kType;
extern const wchar_t* kVersion;
extern const wchar_t* kUpdateURL;
-} // namespace extension_manifest_keys
+} // namespace extension_manifest_keys
// Some values expected in manifests.
namespace extension_manifest_values {
@@ -93,6 +94,9 @@
extern const char* kThemesCannotContainExtensions;
extern const char* kMissingFile;
extern const char* kInvalidUpdateURL;
+ extern const char* kInvalidDefaultLocale;
+ extern const char* kLocalesNoDefaultLocaleSpecified;
+ extern const char* kLocalesNoValidLocaleNamesListed;
} // namespace extension_manifest_errors
#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
Property changes on: chrome\common\extensions\extension_constants.h
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698