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

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

Issue 10565017: Parse the script_badge manifest section. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Back out support for setting switches in unittests. 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 8dbeaa30d7190ddf505629062620103e596f4977..4b54cd3bfbe2a9f0d3812dc4e62292f4daa80015 100644
--- a/chrome/common/extensions/extension_manifest_constants.h
+++ b/chrome/common/extensions/extension_manifest_constants.h
@@ -104,6 +104,7 @@ namespace extension_manifest_keys {
extern const char kRunAt[];
extern const char kSandboxedPages[];
extern const char kSandboxedPagesCSP[];
+ extern const char kScriptBadge[];
extern const char kShiftKey[];
extern const char kShortcutKey[];
extern const char kSignature[];
@@ -282,6 +283,7 @@ namespace extension_manifest_errors {
extern const char kInvalidSandboxedPagesList[];
extern const char kInvalidSandboxedPage[];
extern const char kInvalidSandboxedPagesCSP[];
+ extern const char kInvalidScriptBadge[];
extern const char kInvalidSignature[];
extern const char kInvalidTheme[];
extern const char kInvalidThemeColors[];
@@ -320,6 +322,8 @@ namespace extension_manifest_errors {
extern const char kPlatformAppNeedsManifestVersion2[];
extern const char kOneUISurfaceOnly[];
extern const char kReservedMessageFound[];
+ extern const char kScriptBadgeRequiresFlag[];
+ extern const char kScriptBadgeIconIgnored[];
extern const char kWebRequestConflictsWithLazyBackground[];
#if defined(OS_CHROMEOS)
extern const char kIllegalPlugins[];
« no previous file with comments | « chrome/common/extensions/extension_action.h ('k') | chrome/common/extensions/extension_manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698