| Index: chrome/common/extensions/extension_manifest_constants.h
|
| diff --git a/chrome/common/extensions/extension_manifest_constants.h b/chrome/common/extensions/extension_manifest_constants.h
|
| index 8612c1e8f0a0391f4770a404edc785021a5a0342..5ec9762c1e54a88d6d01e0c999dfd1b5d34a83e1 100644
|
| --- a/chrome/common/extensions/extension_manifest_constants.h
|
| +++ b/chrome/common/extensions/extension_manifest_constants.h
|
| @@ -335,6 +335,7 @@ namespace extension_manifest_errors {
|
| extern const char kMultipleOverrides[];
|
| extern const char kNoWildCardsInPaths[];
|
| extern const char kPermissionNotAllowed[];
|
| + extern const char kPermissionNotAllowedInManifest[];
|
| extern const char kPlatformAppNeedsManifestVersion2[];
|
| extern const char kOneUISurfaceOnly[];
|
| extern const char kReservedMessageFound[];
|
|
|