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

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

Issue 8227021: Merge 104582 - Add support for an optional "requirements" section in extension/app manifests. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/874/src/
Patch Set: Created 9 years, 2 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
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_constants.h
===================================================================
--- chrome/common/extensions/extension_constants.h (revision 104911)
+++ chrome/common/extensions/extension_constants.h (working copy)
@@ -76,6 +76,7 @@
extern const char* kPluginsPath;
extern const char* kPluginsPublic;
extern const char* kPublicKey;
+ extern const char* kRequirements;
extern const char* kRunAt;
extern const char* kShiftKey;
extern const char* kShortcutKey;
@@ -220,6 +221,8 @@
extern const char* kInvalidPlugins;
extern const char* kInvalidPluginsPath;
extern const char* kInvalidPluginsPublic;
+ extern const char* kInvalidRequirement;
+ extern const char* kInvalidRequirements;
extern const char* kInvalidRunAt;
extern const char* kInvalidSidebar;
extern const char* kInvalidSidebarDefaultIconPath;
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698