| Index: content/renderer/manifest/manifest_parser.h
|
| diff --git a/content/renderer/manifest/manifest_parser.h b/content/renderer/manifest/manifest_parser.h
|
| index 86f24a5145083f729b32ad6cbd6cebcea0d1a228..5ec7f511ec0024d378b372d6b3cc382c30ca0e6d 100644
|
| --- a/content/renderer/manifest/manifest_parser.h
|
| +++ b/content/renderer/manifest/manifest_parser.h
|
| @@ -126,12 +126,6 @@ class CONTENT_EXPORT ManifestParser {
|
| // Returns the parsed string if any, a null string if the parsing failed.
|
| base::NullableString16 ParseIconType(const base::DictionaryValue& icon);
|
|
|
| - // Parses the 'density' field of an icon, as defined in:
|
| - // http://w3c.github.io/manifest/#dfn-steps-for-processing-a-density-member-of-an-icon
|
| - // Returns the parsed double if any, Manifest::Icon::kDefaultDensity if the
|
| - // parsing failed.
|
| - double ParseIconDensity(const base::DictionaryValue& icon);
|
| -
|
| // Parses the 'sizes' field of an icon, as defined in:
|
| // http://w3c.github.io/manifest/#dfn-steps-for-processing-a-sizes-member-of-an-icon
|
| // Returns a vector of gfx::Size with the successfully parsed sizes, if any.
|
|
|