summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension.cc')
-rw-r--r--chrome/common/extensions/extension.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
index 4a6bac3..a5780c2 100644
--- a/chrome/common/extensions/extension.cc
+++ b/chrome/common/extensions/extension.cc
@@ -92,6 +92,8 @@ const FilePath::CharType Extension::kMessagesFilename[] =
// A list of all the keys allowed by themes.
static const wchar_t* kValidThemeKeys[] = {
+ keys::kCurrentLocale,
+ keys::kDefaultLocale,
keys::kDescription,
keys::kName,
keys::kPublicKey,