Index: content/renderer/p2p/ipc_socket_factory.cc |
=================================================================== |
--- content/renderer/p2p/ipc_socket_factory.cc (revision 240704) |
+++ content/renderer/p2p/ipc_socket_factory.cc (working copy) |
@@ -392,7 +392,8 @@ |
return; |
} |
- SignalReadPacket(this, &data[0], data.size(), address_lj); |
+ SignalReadPacket(this, &data[0], data.size(), address_lj, |
+ talk_base::CreatePacketTime(0)); |
Mallinath (Gone from Chromium)
2013/12/16 14:04:56
sync to the latest and uncomment |packet_time| whi
Ronghua Wu (Left Chromium)
2013/12/16 16:56:57
Done.
|
} |
} // namespace |