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

Unified Diff: remoting/protocol/libjingle_transport_factory.cc

Issue 10689180: Rolling libjingle to 158:159 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months 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: remoting/protocol/libjingle_transport_factory.cc
===================================================================
--- remoting/protocol/libjingle_transport_factory.cc (revision 146359)
+++ remoting/protocol/libjingle_transport_factory.cc (working copy)
@@ -136,7 +136,7 @@
// Create P2PTransportChannel, attach signal handlers and connect it.
// TODO(sergeyu): Specify correct component ID for the channel.
- channel_.reset(new cricket::P2PTransportChannel(
+ channel_.reset(new cricket::P2PTransportChannel("",
Sergey Ulanov 2012/07/13 01:22:48 nit: move this to the next line
Ronghua Wu (Left Chromium) 2012/07/13 18:26:35 Done.
0, NULL, port_allocator_));
channel_->SetIceUfrag(ice_username_fragment_);
channel_->SetIcePwd(ice_password_);

Powered by Google App Engine
This is Rietveld 408576698