Chromium Code Reviews| 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,8 @@ |
| 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); |
| + SignalReadPacket(this, &data[0], data.size(), address_lj, |
| + timestamp); |
|
Mallinath (Gone from Chromium)
2013/12/16 17:00:55
SignalReadPacket takes PacketTime as argument, not
Ronghua Wu (Left Chromium)
2013/12/17 00:41:02
Yea, I realized that and done in the 3rd patch.
|
| } |
| } // namespace |