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

Unified Diff: remoting/protocol/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: Updates after Review 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
« no previous file with comments | « remoting/host/chromium_port_allocator_factory.cc ('k') | remoting/remoting_host.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/chromium_socket_factory.cc
diff --git a/remoting/protocol/chromium_socket_factory.cc b/remoting/protocol/chromium_socket_factory.cc
index 055f87ff1284e922554612c34f99d60fec8ac210..a424adfe709c4984e4cbc85bc7ac73f1af2ad816 100644
--- a/remoting/protocol/chromium_socket_factory.cc
+++ b/remoting/protocol/chromium_socket_factory.cc
@@ -372,7 +372,7 @@ ChromiumPacketSocketFactory::CreateServerTcpSocket(
int min_port, int max_port,
int opts) {
// We don't use TCP sockets for remoting connections.
- NOTREACHED();
+ NOTIMPLEMENTED();
return NULL;
}
« no previous file with comments | « remoting/host/chromium_port_allocator_factory.cc ('k') | remoting/remoting_host.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698