Index: content/renderer/p2p/ipc_socket_factory.cc |
=================================================================== |
--- content/renderer/p2p/ipc_socket_factory.cc (revision 240913) |
+++ content/renderer/p2p/ipc_socket_factory.cc (working copy) |
@@ -394,9 +394,9 @@ |
return; |
} |
- // TODO(mallinath) - Pass timestamp after updating the libjingle. |
- // talk_base::PacketTime packet_time(timestamp.ToInternalValue(), 0); |
- SignalReadPacket(this, &data[0], data.size(), address_lj); |
+ talk_base::PacketTime packet_time(timestamp.ToInternalValue(), 0); |
+ SignalReadPacket(this, &data[0], data.size(), address_lj, |
+ packet_time); |
} |
} // namespace |