Index: content/common/p2p_messages.h |
diff --git a/content/common/p2p_messages.h b/content/common/p2p_messages.h |
index 4a1aac159363c1d51e188074e60144eb0ea4870b..e23ce8ff6d5e72358a3198992e5d28a0640e7f1c 100644 |
--- a/content/common/p2p_messages.h |
+++ b/content/common/p2p_messages.h |
@@ -41,6 +41,7 @@ IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(rtc::PacketOptions) |
IPC_STRUCT_TRAITS_MEMBER(dscp) |
+ IPC_STRUCT_TRAITS_MEMBER(packet_id) |
IPC_STRUCT_TRAITS_MEMBER(packet_time_params) |
IPC_STRUCT_TRAITS_END() |
@@ -51,6 +52,8 @@ IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(content::P2PSendPacketMetrics) |
IPC_STRUCT_TRAITS_MEMBER(packet_id) |
+ IPC_STRUCT_TRAITS_MEMBER(rtc_packet_id) |
+ IPC_STRUCT_TRAITS_MEMBER(send_time) |
IPC_STRUCT_TRAITS_END() |
// P2P Socket messages sent from the browser to the renderer. |