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

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

Issue 7917006: Extension loading extracts intents from Manifest data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed includes for moved headers Created 9 years, 3 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
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index ba14dd5d1262ff758b7a09fbb77d866de4d1c0b1..8c52a33692824d6e3451d549fff6d1f73fa65024 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -39,6 +39,11 @@ namespace extension_manifest_keys {
extern const char* kIncognito;
extern const char* kIncludeGlobs;
extern const char* kInputComponents;
+ extern const char* kIntents;
+ extern const char* kIntentType;
+ extern const char* kIntentPath;
+ extern const char* kIntentTitle;
+ extern const char* kIntentDisposition;
extern const char* kIsolation;
extern const char* kJs;
extern const char* kKeycode;
@@ -115,6 +120,8 @@ namespace extension_manifest_keys {
namespace extension_manifest_values {
extern const char* kIncognitoSplit;
extern const char* kIncognitoSpanning;
+ extern const char* kIntentDispositionWindow;
+ extern const char* kIntentDispositionInline;
extern const char* kIsolatedStorage;
extern const char* kLaunchContainerPanel;
extern const char* kLaunchContainerTab;
@@ -176,6 +183,12 @@ namespace extension_manifest_errors {
extern const char* kInvalidInputComponentShortcutKey;
extern const char* kInvalidInputComponentShortcutKeycode;
extern const char* kInvalidInputComponentType;
+ extern const char* kInvalidIntent;
+ extern const char* kInvalidIntentDisposition;
+ extern const char* kInvalidIntentPath;
+ extern const char* kInvalidIntents;
+ extern const char* kInvalidIntentType;
+ extern const char* kInvalidIntentTitle;
extern const char* kInvalidIsolation;
extern const char* kInvalidIsolationValue;
extern const char* kInvalidJs;
« 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