summaryrefslogtreecommitdiffstats
path: root/extensions/common/manifest_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/common/manifest_constants.h')
-rw-r--r--extensions/common/manifest_constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/common/manifest_constants.h b/extensions/common/manifest_constants.h
index ff4ca85..e08348e 100644
--- a/extensions/common/manifest_constants.h
+++ b/extensions/common/manifest_constants.h
@@ -153,6 +153,11 @@ namespace manifest_keys {
extern const char kWebURLs[];
} // namespace manifest_keys
+namespace manifest_errors {
+extern const char kPermissionUnknownOrMalformed[];
+extern const char kUnrecognizedManifestKey[];
+} // namespace manifest_errors
+
} // namespace extensions
#endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_