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..8dbeaa30d7190ddf505629062620103e596f4977 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[]; |