diff options
Diffstat (limited to 'extensions/common/manifest_handlers')
-rw-r--r-- | extensions/common/manifest_handlers/icons_handler.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/extensions/common/manifest_handlers/icons_handler.cc b/extensions/common/manifest_handlers/icons_handler.cc index 8535d9b..20ad025 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; } |