summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_manifest_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_manifest_constants.h')
-rw-r--r--chrome/common/extensions/extension_manifest_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_manifest_constants.h b/chrome/common/extensions/extension_manifest_constants.h
index 26b51d6..edd61c5 100644
--- a/chrome/common/extensions/extension_manifest_constants.h
+++ b/chrome/common/extensions/extension_manifest_constants.h
@@ -33,6 +33,7 @@ namespace extension_manifest_keys {
extern const char kDefaultLocale[];
extern const char kDescription[];
extern const char kDevToolsPage[];
+ extern const char kDisplayInLauncher[];
extern const char kEventName[];
extern const char kExcludeGlobs[];
extern const char kExcludeMatches[];
@@ -197,6 +198,7 @@ namespace extension_manifest_errors {
extern const char kInvalidDefaultLocale[];
extern const char kInvalidDescription[];
extern const char kInvalidDevToolsPage[];
+ extern const char kInvalidDisplayInLauncher[];
extern const char kInvalidExcludeMatch[];
extern const char kInvalidExcludeMatches[];
extern const char kInvalidFileAccessList[];