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

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

Issue 10544059: Change the platform app manifest structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 bb285f4a64465a3ac9e0c359dc50af27fb9471a0..88531d94b3c097c1a2c6320286982ef265dcdb96 100644
--- a/chrome/common/extensions/extension_manifest_constants.h
+++ b/chrome/common/extensions/extension_manifest_constants.h
@@ -93,7 +93,9 @@ namespace extension_manifest_keys {
extern const char kPageActionPopupPath[];
extern const char kPageActions[];
extern const char kPermissions[];
- extern const char kPlatformApp[];
+ extern const char kPlatformAppBackground[];
+ extern const char kPlatformAppBackgroundPage[];
+ extern const char kPlatformAppBackgroundScripts[];
extern const char kPlugins[];
extern const char kPluginsPath[];
extern const char kPluginsPublic[];
@@ -315,6 +317,8 @@ namespace extension_manifest_errors {
extern const char kNoWildCardsInPaths[];
extern const char kPermissionNotAllowed[];
extern const char kPlatformAppFlagRequired[];
+ extern const char kPlatformAppInvalidBackgroundPage[];
+ extern const char kPlatformAppInvalidBackgroundScripts[];
extern const char kPlatformAppNeedsManifestVersion2[];
extern const char kOneUISurfaceOnly[];
extern const char kReservedMessageFound[];

Powered by Google App Engine
This is Rietveld 408576698