| Index: chrome/common/extensions/extension_manifest_constants.cc
|
| diff --git a/chrome/common/extensions/extension_manifest_constants.cc b/chrome/common/extensions/extension_manifest_constants.cc
|
| index 24691f790354b609f3cd040f7dd402f759fa6cc9..89988896ea598599f261bd92b385627f8160d6bb 100644
|
| --- a/chrome/common/extensions/extension_manifest_constants.cc
|
| +++ b/chrome/common/extensions/extension_manifest_constants.cc
|
| @@ -448,6 +448,10 @@ const char kOneUISurfaceOnly[] =
|
| "Only one of 'browser_action', 'page_action', and 'app' can be specified.";
|
| const char kPermissionNotAllowed[] =
|
| "Access to permission '*' denied.";
|
| +const char kPlatformAppFlagRequired[] =
|
| + "Loading platform_app extension type is turned off by default. "
|
| + "You can enable this type with the --enable-platform-apps "
|
| + "command-line flag.";
|
| const char kReservedMessageFound[] =
|
| "Reserved key * found in message catalog.";
|
| #if defined(OS_CHROMEOS)
|
| @@ -455,4 +459,3 @@ const char kIllegalPlugins[] =
|
| "Extensions cannot install plugins on Chrome OS";
|
| #endif
|
| } // namespace extension_manifest_errors
|
| -
|
|
|