Index: chrome/common/extensions/extension_manifest_constants.cc |
=================================================================== |
--- chrome/common/extensions/extension_manifest_constants.cc (revision 170599) |
+++ chrome/common/extensions/extension_manifest_constants.cc (working copy) |
@@ -519,8 +519,6 @@ |
"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[] = |