Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5897)

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

Issue 9837045: 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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-

Powered by Google App Engine
This is Rietveld 408576698