| 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 0dec49bdfaa2f04805b179c1344c9d851b25edec..07be6b9615cfffdd4bd20be2ac9eed353b787d58 100644
|
| --- a/chrome/common/extensions/extension_manifest_constants.h
|
| +++ b/chrome/common/extensions/extension_manifest_constants.h
|
| @@ -337,6 +337,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[];
|
|
|