Index: chrome/common/extensions/extension_manifest_constants.cc |
diff --git a/chrome/common/extensions/extension_manifest_constants.cc b/chrome/common/extensions/extension_manifest_constants.cc |
index 16eae245321e3ed0035185888f53b404c6c71419..2cc40062fd1cd0608ab7f5a2005ca46d05b3a806 100644 |
--- a/chrome/common/extensions/extension_manifest_constants.cc |
+++ b/chrome/common/extensions/extension_manifest_constants.cc |
@@ -519,6 +519,8 @@ const char kOneUISurfaceOnly[] = |
"Only one of 'browser_action', 'page_action', and 'app' can be specified."; |
const char kPermissionNotAllowed[] = |
"Access to permission '*' denied."; |
+const char kPermissionNotAllowedInManifest[] = |
+ "Permission '*' cannot be specified in the manifest."; |
const char kPlatformAppNeedsManifestVersion2[] = |
"Packaged apps need manifest_version set to >= 2"; |
const char kReservedMessageFound[] = |