| Index: chrome/common/extensions/extension_constants.cc
|
| diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc
|
| index d72fbcf0dddce1c68dc19bb3f704833e32db1f65..0ae5ff56dede559470ef39f89c5d40a06ac7c4ec 100644
|
| --- a/chrome/common/extensions/extension_constants.cc
|
| +++ b/chrome/common/extensions/extension_constants.cc
|
| @@ -100,8 +100,6 @@ const char* kInvalidPageActionTypeValue =
|
| "Invalid value for 'page_actions[*].type', expected 'tab' or 'permanent'.";
|
| const char* kInvalidPermissions =
|
| "Required value 'permissions' is missing or invalid.";
|
| -const char* kInvalidPermissionCountWarning =
|
| - "Warning, 'permissions' key found, but array is empty.";
|
| const char* kInvalidPermission =
|
| "Invalid value for 'permissions[*]'.";
|
| const char* kInvalidPermissionScheme =
|
|
|