Chromium Code Reviews

Unified Diff: chrome/common/extensions/extension_manifest_constants.h

Issue 9839105: Expand usage of platform-apps flag and permission features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 83928583c359ecb0155f9348a6b67d4cda39052e..764f901d6274eb9005696320ec854267c79c80d3 100644
--- a/chrome/common/extensions/extension_manifest_constants.h
+++ b/chrome/common/extensions/extension_manifest_constants.h
@@ -302,6 +302,7 @@ namespace extension_manifest_errors {
extern const char kMultipleOverrides[];
extern const char kNoWildCardsInPaths[];
extern const char kPermissionNotAllowed[];
+ extern const char kPlatformAppFlagRequired[];
extern const char kOneUISurfaceOnly[];
extern const char kReservedMessageFound[];
extern const char kWebContentMustBeEnabled[];

Powered by Google App Engine