Commit 4120687a authored by zpeng's avatar zpeng Committed by Commit bot

Correct the comment for ParseIconPurpose in manifest_parser.h

Review-Url: https://codereview.chromium.org/2625753002
Cr-Commit-Position: refs/heads/master@{#442877}
parent 8852ff80
...@@ -134,9 +134,8 @@ class CONTENT_EXPORT ManifestParser { ...@@ -134,9 +134,8 @@ class CONTENT_EXPORT ManifestParser {
// Parses the 'purpose' field of an icon, as defined in: // Parses the 'purpose' field of an icon, as defined in:
// https://w3c.github.io/manifest/#dfn-steps-for-processing-a-purpose-member-of-an-image // https://w3c.github.io/manifest/#dfn-steps-for-processing-a-purpose-member-of-an-image
// Returns a vector of Manifest::Icon::IconPurpose with the successfully // Returns a vector of Manifest::Icon::IconPurpose with the successfully
// parsed icon purposes, an empty vector if the field was not present or not // parsed icon purposes, and a vector with Manifest::Icon::IconPurpose::Any if
// of type "string", and a vector containing Manifest::Icon::IconPurpose::Any // the parsing failed.
// for all other parsing exceptions.
std::vector<Manifest::Icon::IconPurpose> ParseIconPurpose( std::vector<Manifest::Icon::IconPurpose> ParseIconPurpose(
const base::DictionaryValue& icon); const base::DictionaryValue& icon);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment