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

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

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.h
diff --git a/chrome/common/extensions/extension_manifest_constants.h b/chrome/common/extensions/extension_manifest_constants.h
index f68c0e9c80a03d038c202a365228f310b7d7008c..631827badf18e5e20dc254d9b1df32039609e282 100644
--- a/chrome/common/extensions/extension_manifest_constants.h
+++ b/chrome/common/extensions/extension_manifest_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[];

Powered by Google App Engine
This is Rietveld 408576698