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

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

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.h
diff --git a/chrome/common/extensions/extension_manifest_constants.h b/chrome/common/extensions/extension_manifest_constants.h
index 83928583c359ecb0155f9348a6b67d4cda39052e..764f901d6274eb9005696320ec854267c79c80d3 100644
--- a/chrome/common/extensions/extension_manifest_constants.h
+++ b/chrome/common/extensions/extension_manifest_constants.h
@@ -302,6 +302,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