| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index e6944723df194c84ead6ef9b22294581e965c4d5..28e50e120306a1ba09186f727aa9d1ff8bf8a139 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_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[];
|
|
|