Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: jingle/glue/fake_socket_factory.cc

Issue 103143004: Update webrtc/libjingle 5268:5288. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: jingle/glue/fake_socket_factory.cc
===================================================================
--- jingle/glue/fake_socket_factory.cc (revision 240913)
+++ jingle/glue/fake_socket_factory.cc (working copy)
@@ -7,6 +7,7 @@
#include "base/bind.h"
#include "base/message_loop/message_loop.h"
#include "jingle/glue/utils.h"
+#include "third_party/libjingle/source/talk/base/asyncpacketsocket.h"
#include "third_party/libjingle/source/talk/base/asyncsocket.h"
namespace jingle_glue {
@@ -113,7 +114,8 @@
return;
}
- SignalReadPacket(this, &data[0], data.size(), address);
+ SignalReadPacket(this, &data[0], data.size(), address,
+ talk_base::CreatePacketTime(0));
}
FakeSocketManager::FakeSocketManager()
« no previous file with comments | « jingle/glue/channel_socket_adapter_unittest.cc ('k') | remoting/client/plugin/pepper_packet_socket_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698