Index: chrome/common/extensions/extension_constants.cc |
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc |
index 646a3ad02bbc7104c539c7d5cc135ee73660e92d..d1fe8496dbc6e1332e949348d033b01c4c65c114 100644 |
--- a/chrome/common/extensions/extension_constants.cc |
+++ b/chrome/common/extensions/extension_constants.cc |
@@ -454,6 +454,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) |