summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_manifest_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_manifest_constants.h')
-rw-r--r--chrome/common/extensions/extension_manifest_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_manifest_constants.h b/chrome/common/extensions/extension_manifest_constants.h
index 23001cc..8271c88 100644
--- a/chrome/common/extensions/extension_manifest_constants.h
+++ b/chrome/common/extensions/extension_manifest_constants.h
@@ -339,6 +339,7 @@ namespace extension_manifest_errors {
extern const char kMultipleOverrides[];
extern const char kNoPermissionForFileBrowserHandlerMIMETypes[];
extern const char kNoWildCardsInPaths[];
+ extern const char kPermissionMustBeOptional[];
extern const char kPermissionNotAllowed[];
extern const char kPermissionNotAllowedInManifest[];
extern const char kPlatformAppNeedsManifestVersion2[];