Chromium Code Reviews| 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_); |