| Index: chrome/common/extensions/extension_constants.h
|
| ===================================================================
|
| --- chrome/common/extensions/extension_constants.h (revision 27027)
|
| +++ chrome/common/extensions/extension_constants.h (working copy)
|
| @@ -8,6 +8,7 @@
|
| // Keys used in JSON representation of extensions.
|
| namespace extension_manifest_keys {
|
| extern const wchar_t* kBackground;
|
| + extern const wchar_t* kBrowserAction;
|
| extern const wchar_t* kChromeURLOverrides;
|
| extern const wchar_t* kContentScripts;
|
| extern const wchar_t* kCss;
|
| @@ -52,6 +53,7 @@
|
|
|
| // Error messages returned from Extension::InitFromValue().
|
| namespace extension_manifest_errors {
|
| + extern const char* kInvalidBrowserAction;
|
| extern const char* kInvalidChromeURLOverrides;
|
| extern const char* kInvalidContentScript;
|
| extern const char* kInvalidContentScriptsList;
|
|
|