Chromium Code Reviews| Index: remoting/jingle_glue/chromium_socket_factory.cc |
| diff --git a/remoting/jingle_glue/chromium_socket_factory.cc b/remoting/jingle_glue/chromium_socket_factory.cc |
| index 09e45f4519ca0730343ceffa65e0bf3d11deaf7f..7060b186eaaf9a5a3856423bddd7edb2fbb1b2e1 100644 |
| --- a/remoting/jingle_glue/chromium_socket_factory.cc |
| +++ b/remoting/jingle_glue/chromium_socket_factory.cc |
| @@ -371,7 +371,7 @@ ChromiumPacketSocketFactory::CreateServerTcpSocket( |
| int min_port, int max_port, |
| int opts) { |
| // We don't use TCP sockets for remoting connections. |
| - NOTREACHED(); |
| + // NOTREACHED(); |
|
aiguha
2014/07/17 03:11:36
There seems to be no way to restrict WebRTC from t
Sergey Ulanov
2014/07/17 18:54:40
I think what might be happening is that the peer (
aiguha
2014/07/17 19:39:59
Done.
aiguha
2014/07/17 19:39:59
You're right, I think that's exactly what's happen
|
| return NULL; |
| } |