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

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

Issue 10080017: Switch platform apps from a declarative launch container to handling an onLaunched event. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove debug logging code Created 8 years, 8 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 e324600b28086fa08816f471d9bf38ae1674424d..aa86c504f9538a438a10bcbe8e83c6fb939171cf 100644
--- a/chrome/common/extensions/extension_manifest_constants.h
+++ b/chrome/common/extensions/extension_manifest_constants.h
@@ -144,7 +144,6 @@ namespace extension_manifest_values {
extern const char kKeybindingPlatformMac[];
extern const char kKeybindingPlatformWin[];
extern const char kLaunchContainerPanel[];
- extern const char kLaunchContainerShell[];
extern const char kLaunchContainerTab[];
extern const char kLaunchContainerWindow[];
extern const char kPageActionKeybindingEvent[];
@@ -159,6 +158,7 @@ namespace extension_manifest_values {
namespace extension_manifest_errors {
extern const char kAppsNotEnabled[];
extern const char kBackgroundPermissionNeeded[];
+ extern const char kBackgroundRequiredForPlatformApps[];
extern const char kCannotAccessPage[];
extern const char kCannotChangeExtensionID[];
extern const char kCannotClaimAllHostsInExtent[];
@@ -235,8 +235,6 @@ namespace extension_manifest_errors {
extern const char kInvalidKeyBindingMissingPlatform[];
extern const char kInvalidKeyBindingUnknownPlatform[];
extern const char kInvalidLaunchContainer[];
- extern const char kInvalidLaunchContainerForNonPlatform[];
- extern const char kInvalidLaunchContainerForPlatform[];
extern const char kInvalidLaunchValue[];
extern const char kInvalidLaunchValueContainer[];
extern const char kInvalidManifest[];
@@ -299,6 +297,7 @@ namespace extension_manifest_errors {
extern const char kInvalidZipHash[];
extern const char kLaunchPathAndExtentAreExclusive[];
extern const char kLaunchPathAndURLAreExclusive[];
+ extern const char kLaunchNotAllowedForPlatformApps[];
extern const char kLaunchURLRequired[];
extern const char kLocalesMessagesFileMissing[];
extern const char kLocalesNoDefaultLocaleSpecified[];
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | chrome/common/extensions/extension_manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698