Chromium Code Reviews| Index: jingle/glue/channel_socket_adapter.cc |
| =================================================================== |
| --- jingle/glue/channel_socket_adapter.cc (revision 240913) |
| +++ jingle/glue/channel_socket_adapter.cc (working copy) |
| @@ -140,6 +140,7 @@ |
| cricket::TransportChannel* channel, |
| const char* data, |
| size_t data_size, |
| + const talk_base::PacketTime& packet_time, |
| int flags) { |
| DCHECK_EQ(base::MessageLoop::current(), message_loop_); |
| DCHECK_EQ(channel, channel_); |