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 f68c0e9c80a03d038c202a365228f310b7d7008c..631827badf18e5e20dc254d9b1df32039609e282 100644 |
--- a/chrome/common/extensions/extension_manifest_constants.h |
+++ b/chrome/common/extensions/extension_manifest_constants.h |
@@ -297,6 +297,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[]; |