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

Unified Diff: content/common/p2p_messages.h

Issue 1345583004: Wire up transport sequence number and send time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address change in libjingle Created 5 years, 2 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/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.

Powered by Google App Engine
This is Rietveld 408576698