| Index: extensions/common/manifest_handlers/icons_handler.cc
|
| diff --git a/extensions/common/manifest_handlers/icons_handler.cc b/extensions/common/manifest_handlers/icons_handler.cc
|
| index 8535d9b5c02fde46a689b5421dfdfce79e28cd0f..20ad025b25ba879eaeb8dab1f3d86f4ceef92bc4 100644
|
| --- a/extensions/common/manifest_handlers/icons_handler.cc
|
| +++ b/extensions/common/manifest_handlers/icons_handler.cc
|
| @@ -64,11 +64,7 @@ bool IconsHandler::Parse(Extension* extension, base::string16* error) {
|
| }
|
|
|
| if (!manifest_handler_helpers::LoadIconsFromDictionary(
|
| - icons_dict,
|
| - extension_misc::kExtensionIconSizes,
|
| - extension_misc::kNumExtensionIconSizes,
|
| - &icons_info->icons,
|
| - error)) {
|
| + icons_dict, &icons_info->icons, error)) {
|
| return false;
|
| }
|
|
|
|
|