| Index: extensions/common/manifest_constants.h
|
| diff --git a/extensions/common/manifest_constants.h b/extensions/common/manifest_constants.h
|
| index 497d0081d4c17243d92922ee8e0cb38bb602a52e..1f437fbd8465debce74109b8770f38320971e999 100644
|
| --- a/extensions/common/manifest_constants.h
|
| +++ b/extensions/common/manifest_constants.h
|
| @@ -118,7 +118,6 @@ extern const char kPageActionIcons[];
|
| extern const char kPageActionId[];
|
| extern const char kPageActionPopup[];
|
| extern const char kPageActionPopupPath[];
|
| -extern const char kPageActions[];
|
| extern const char kPermissions[];
|
| extern const char kPlatformAppBackground[];
|
| extern const char kPlatformAppBackgroundPage[];
|
| @@ -396,9 +395,6 @@ extern const char kInvalidPageActionOldAndNewKeys[];
|
| extern const char kInvalidPageActionPopup[];
|
| extern const char kInvalidPageActionPopupHeight[];
|
| extern const char kInvalidPageActionPopupPath[];
|
| -extern const char kInvalidPageActionsList[];
|
| -extern const char kInvalidPageActionsListSize[];
|
| -extern const char kInvalidPageActionTypeValue[];
|
| extern const char kInvalidPermissionWithDetail[];
|
| extern const char kInvalidPermission[];
|
| extern const char kInvalidPermissions[];
|
|
|