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

Unified Diff: content/public/common/manifest.h

Issue 2015433003: Implement MediaMetadata artwork in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Mounir's comments Created 4 years, 6 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/public/common/manifest.h
diff --git a/content/public/common/manifest.h b/content/public/common/manifest.h
index df693f7cb6c91d128329c0655f3b833e3cace8dc..c96723a25f8b3214e11af4eb64e16a311d248948 100644
--- a/content/public/common/manifest.h
+++ b/content/public/common/manifest.h
@@ -30,6 +30,8 @@ struct CONTENT_EXPORT Manifest {
Icon(const Icon& other);
~Icon();
+ bool operator==(const Icon& other) const;
+
// MUST be a valid url. If an icon doesn't have a valid URL, it will not be
// successfully parsed, thus will not be represented in the Manifest.
GURL src;

Powered by Google App Engine
This is Rietveld 408576698