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

Unified Diff: remoting/jingle_glue/chromium_socket_factory.cc

Issue 398813003: Cast Port Allocator Factory for PeerConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed gyp file Created 6 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/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;
}

Powered by Google App Engine
This is Rietveld 408576698