Index: content/common/manifest_manager_messages.h |
diff --git a/content/common/manifest_manager_messages.h b/content/common/manifest_manager_messages.h |
index 881ff6b6435df37b6f09ca65566e628677b57743..157e5d17d55f273625e2ffa8b941f646528afb7c 100644 |
--- a/content/common/manifest_manager_messages.h |
+++ b/content/common/manifest_manager_messages.h |
@@ -24,6 +24,12 @@ IPC_STRUCT_TRAITS_BEGIN(content::Manifest::Icon) |
IPC_STRUCT_TRAITS_MEMBER(sizes) |
IPC_STRUCT_TRAITS_END() |
+IPC_STRUCT_TRAITS_BEGIN(content::Manifest::RelatedApplication) |
+ IPC_STRUCT_TRAITS_MEMBER(platform) |
+ IPC_STRUCT_TRAITS_MEMBER(url) |
+ IPC_STRUCT_TRAITS_MEMBER(id) |
+IPC_STRUCT_TRAITS_END() |
+ |
IPC_STRUCT_TRAITS_BEGIN(content::Manifest) |
IPC_STRUCT_TRAITS_MEMBER(name) |
IPC_STRUCT_TRAITS_MEMBER(short_name) |
@@ -31,6 +37,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::Manifest) |
IPC_STRUCT_TRAITS_MEMBER(display) |
IPC_STRUCT_TRAITS_MEMBER(orientation) |
IPC_STRUCT_TRAITS_MEMBER(icons) |
+ IPC_STRUCT_TRAITS_MEMBER(related_applications) |
+ IPC_STRUCT_TRAITS_MEMBER(prefer_related_applications) |
IPC_STRUCT_TRAITS_MEMBER(gcm_sender_id) |
IPC_STRUCT_TRAITS_END() |