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

Unified Diff: content/common/media/media_session_messages_android.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/common/media/media_session_messages_android.h
diff --git a/content/common/media/media_session_messages_android.h b/content/common/media/media_session_messages_android.h
index 266ee273bcf197027cff8b4ed45332254a4eda48..7e951d1344f21f5a1cb2a2ab3a8baa9c7a61bb44 100644
--- a/content/common/media/media_session_messages_android.h
+++ b/content/common/media/media_session_messages_android.h
@@ -18,6 +18,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::MediaMetadata)
IPC_STRUCT_TRAITS_MEMBER(title)
IPC_STRUCT_TRAITS_MEMBER(artist)
IPC_STRUCT_TRAITS_MEMBER(album)
+ IPC_STRUCT_TRAITS_MEMBER(artwork)
IPC_STRUCT_TRAITS_END()
// Messages for notifying the render process of media session status -------

Powered by Google App Engine
This is Rietveld 408576698