summaryrefslogtreecommitdiffstats
path: root/extensions/common/manifest_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/common/manifest_constants.h')
-rw-r--r--extensions/common/manifest_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/common/manifest_constants.h b/extensions/common/manifest_constants.h
index f645477..7180c9e 100644
--- a/extensions/common/manifest_constants.h
+++ b/extensions/common/manifest_constants.h
@@ -55,6 +55,7 @@ extern const char kImport[];
extern const char kIncognito[];
extern const char kIncludeGlobs[];
extern const char kInputComponents[];
+extern const char kInputView[];
extern const char kIntentDisposition[];
extern const char kIntentHref[];
extern const char kIntentPath[];
@@ -303,6 +304,7 @@ extern const char kInvalidInputComponentName[];
extern const char kInvalidInputComponentShortcutKey[];
extern const char kInvalidInputComponentShortcutKeycode[];
extern const char kInvalidInputComponentType[];
+extern const char kInvalidInputView[];
extern const char kInvalidIntent[];
extern const char kInvalidIntentDisposition[];
extern const char kInvalidIntentDispositionInPlatformApp[];