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

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

Issue 9839105: 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 d1fa89eea4aea30401ed018fbafc2817f11bc03f..67bef539a216ed77336d8e3c8b175cbae8b6c8d3 100644
--- a/chrome/common/extensions/extension_manifest_constants.cc
+++ b/chrome/common/extensions/extension_manifest_constants.cc
@@ -455,6 +455,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)

Powered by Google App Engine
This is Rietveld 408576698