Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2578)

Unified Diff: content/renderer/manifest/manifest_parser.h

Issue 2015433003: Implement MediaMetadata artwork in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed tests Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/manifest/manifest_parser.h
diff --git a/content/renderer/manifest/manifest_parser.h b/content/renderer/manifest/manifest_parser.h
index 0f12c5a474566306c2947aefb33f3aa18b7dc947..ad9e65634a349103e33149627f02843389ab2072 100644
--- a/content/renderer/manifest/manifest_parser.h
+++ b/content/renderer/manifest/manifest_parser.h
@@ -24,6 +24,8 @@ class DictionaryValue;
namespace content {
+std::vector<gfx::Size> ParseIconSizesHTML(const base::string16& sizes_str16);
mlamouri (slow - plz ping) 2016/06/10 10:54:58 Not a big fan of re-using the parsing algorithm of
Zhiqiang Zhang (Slow) 2016/06/14 13:16:17 Rebased onto the common parser in Blink.
+
// ManifestParser handles the logic of parsing the Web Manifest from a string.
// It implements:
// http://w3c.github.io/manifest/#dfn-steps-for-processing-a-manifest

Powered by Google App Engine
This is Rietveld 408576698