| Index: chrome/common/cast_messages.h
|
| diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h
|
| index 21c19353e2064d9ba5999d172e2950ff8bfc810c..be008f3f40dff4330e94731bb9d001fdc5385889 100644
|
| --- a/chrome/common/cast_messages.h
|
| +++ b/chrome/common/cast_messages.h
|
| @@ -82,19 +82,12 @@ IPC_STRUCT_TRAITS_BEGIN(media::cast::RtcpCastMessage)
|
| IPC_STRUCT_TRAITS_MEMBER(missing_frames_and_packets)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(media::cast::RtcpRttReport)
|
| - IPC_STRUCT_TRAITS_MEMBER(rtt)
|
| - IPC_STRUCT_TRAITS_MEMBER(avg_rtt)
|
| - IPC_STRUCT_TRAITS_MEMBER(min_rtt)
|
| - IPC_STRUCT_TRAITS_MEMBER(max_rtt)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| // Cast messages sent from the browser to the renderer.
|
|
|
| IPC_MESSAGE_CONTROL3(CastMsg_Rtt,
|
| int32 /* channel_id */,
|
| uint32 /* ssrc */,
|
| - media::cast::RtcpRttReport /* rtt_report */)
|
| + base::TimeDelta /* rtt */)
|
|
|
| IPC_MESSAGE_CONTROL3(CastMsg_RtcpCastMessage,
|
| int32 /* channel_id */,
|
|
|