| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index c28c583edbaae544c245b5a4002880ba6ad7ca6a..113cfda310f83ff6e46a7bc4c2916238d485b288 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -32,6 +32,7 @@ namespace extension_manifest_keys {
|
| extern const wchar_t* kPageActions;
|
| extern const wchar_t* kPageActionIcons;
|
| extern const wchar_t* kPageActionDefaultIcon;
|
| + extern const wchar_t* kPageActionDefaultPopup;
|
| extern const wchar_t* kPageActionDefaultTitle;
|
| extern const wchar_t* kPageActionPopup;
|
| extern const wchar_t* kPageActionPopupHeight;
|
| @@ -111,6 +112,7 @@ namespace extension_manifest_errors {
|
| extern const char* kInvalidPageActionIconPath;
|
| extern const char* kInvalidPageActionId;
|
| extern const char* kInvalidPageActionDefaultTitle;
|
| + extern const char* kInvalidPageActionOldAndNewKeys;
|
| extern const char* kInvalidPageActionPopup;
|
| extern const char* kInvalidPageActionPopupHeight;
|
| extern const char* kInvalidPageActionPopupPath;
|
|
|