summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_manifest_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_manifest_constants.cc')
-rw-r--r--chrome/common/extensions/extension_manifest_constants.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_manifest_constants.cc b/chrome/common/extensions/extension_manifest_constants.cc
index 43871ac..185f865 100644
--- a/chrome/common/extensions/extension_manifest_constants.cc
+++ b/chrome/common/extensions/extension_manifest_constants.cc
@@ -522,6 +522,8 @@ const char kNoWildCardsInPaths[] =
"Wildcards are not allowed in extent URL pattern paths.";
const char kOneUISurfaceOnly[] =
"Only one of 'browser_action', 'page_action', and 'app' can be specified.";
+const char kPermissionMustBeOptional[] =
+ "Permission '*' must be specified in the optional section of the manifest.";
const char kPermissionNotAllowed[] =
"Access to permission '*' denied.";
const char kPermissionNotAllowedInManifest[] =