Index: chrome/common/extensions/extension_constants.h |
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h |
index b808665181a0242b10f6670da9e2caa83f54f338..09429a2600a6a0e8ff639484af602637c265ee97 100644 |
--- a/chrome/common/extensions/extension_constants.h |
+++ b/chrome/common/extensions/extension_constants.h |
@@ -8,6 +8,7 @@ |
// Keys used in JSON representation of extensions. |
namespace extension_manifest_keys { |
extern const wchar_t* kBackground; |
+ extern const wchar_t* kChromeURLOverrides; |
extern const wchar_t* kContentScripts; |
extern const wchar_t* kCss; |
extern const wchar_t* kDefaultLocale; |
@@ -51,6 +52,7 @@ namespace extension_manifest_values { |
// Error messages returned from Extension::InitFromValue(). |
namespace extension_manifest_errors { |
+ extern const char* kInvalidChromeURLOverrides; |
extern const char* kInvalidContentScript; |
extern const char* kInvalidContentScriptsList; |
extern const char* kInvalidCss; |