summaryrefslogtreecommitdiffstats
path: root/extensions/common/manifest_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/common/manifest_constants.cc')
-rw-r--r--extensions/common/manifest_constants.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/common/manifest_constants.cc b/extensions/common/manifest_constants.cc
index caf22e1..7ab1d23 100644
--- a/extensions/common/manifest_constants.cc
+++ b/extensions/common/manifest_constants.cc
@@ -598,6 +598,8 @@ const char kLaunchPathAndURLAreExclusive[] =
"both be set.";
const char kLaunchURLRequired[] =
"Either 'app.launch.local_path' or 'app.launch.web_url' is required.";
+const char kLocalesInvalidLocale[] =
+ "Invalid locale file '*': *";
const char kLocalesMessagesFileMissing[] =
"Messages file is missing for locale.";
const char kLocalesNoDefaultLocaleSpecified[] =